Skip to content

implementation for classic RecommenderSystem models

Notifications You must be signed in to change notification settings

weberrr/recsys_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recsys model

Implementation for classic RecommenderSystem models with Pytorch


Model List

Model Paper
PMF(Probabilistic Matrix Factorization) [NIPS 2007] Probabilistic matrix factorization
CTR(Collaborative Topic Regression) [KDD 2011] Collaborative Topic Modeling for Recommending Scientific Articles
CVAE(Collaborative Variantional AutoEncoder) [KDD 2017] Collaborative Variational Autoencoder for Recommender Systems

Project Structure

project(e.g PMF)
│
│───main.py : to run the model example with data
│
│───model.py  : the model's implementation
│
│───load_data.py  : load data from '/data/xx'
│
└─── /data
│     │
│     └─── /data_name
│               │   
│               └─── data1.txt
│               │   
│               └─── data2.dat
│               │   
│               └─── README.md
│               │   
│               │   ...

About

implementation for classic RecommenderSystem models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages