All Projects → akash13singh → mxnet-for-cdl

akash13singh / mxnet-for-cdl

Licence: other
Collaborative Deep Learning for Recommender Systems.

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

COLLABORATIVE DEEP LEARNING

Novel approach combining Deep Learning with Collaborative Filtering for Recommender Systems. Experiments with research paper: Collaborative Deep Learning for Recommender Systems. The original code has been taken from the paper and adapted for a course project.

#Usage Notes First run cdl.py. In this code relu activation has been used instead of sigmoid and the code does not use pretraining

Evaluate

To evaluate run evaluate_CDL.py. The code calculates recall@M for M from M_low to M_high. Keep the value of variable "p" same as in cdl.py. This "p" is used for the directory path for model files generated, not to be conufsed with "P" used to denote the sparse (P=1) and dense(P=10) settings.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].