Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/js05212/MXNet-for-CDL
Official MXNet code for 'Collaborative Deep Learning for Recommender Systems' - SIGKDD
https://github.com/js05212/MXNet-for-CDL
Last synced: about 2 months ago
JSON representation
Official MXNet code for 'Collaborative Deep Learning for Recommender Systems' - SIGKDD
- Host: GitHub
- URL: https://github.com/js05212/MXNet-for-CDL
- Owner: js05212
- Created: 2017-05-29T02:33:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-25T03:59:38.000Z (over 3 years ago)
- Last Synced: 2024-08-01T22:42:02.853Z (5 months ago)
- Language: Jupyter Notebook
- Homepage: http://wanghao.in/CDL.htm
- Size: 10.4 MB
- Stars: 53
- Watchers: 5
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-MXNet - CDL
README
This is the MXNet version of CDL used in the KDD 2016 hands-on tutorial for MXNet. Note that the code is a simplified version of CDL and is used for demonstration only (you can also find the corresponding IPython notebook). We do not use pretrain and sigmoid activation (as used in the matlab/C++ code for CDL) in this version of code, which may harm the performance.
To run the code, please type in (after installing MXNet):
python cdl.py
in the command line.More details on the work and some direct extensions can be found at http://wanghao.in/CDL.htm.
Matlab version for full CDL: https://github.com/js05212/CDL.
Data: https://www.wanghao.in/data/ctrsr_datasets.rar.
Slides: http://wanghao.in/slides/CDL_slides.pdf and http://wanghao.in/slides/CDL_slides_long.pdf.
Other implementations (third-party):
[PyTorch code](https://github.com/zlangley/collaborative-deep-learning) by [Zach Langley](https://github.com/zlangley).
[Tensorflow code](https://github.com/gtshs2/Collaborative_Deep_Learning) by [gtshs2](https://github.com/gtshs2).
[Keras code](https://github.com/zoujun123/Keras-CDL) by [zoujun123](https://github.com/zoujun123).
[Python code](https://github.com/xiaoouzhang/Collaborative-Deep-Learning-for-Recommender-Systems) by [xiaoouzhang](https://github.com/xiaoouzhang).
#### Reference:
[Collaborative Deep Learning for Recommender Systems](http://wanghao.in/paper/KDD15_CDL.pdf)
```
@inproceedings{DBLP:conf/kdd/WangWY15,
author = {Hao Wang and
Naiyan Wang and
Dit{-}Yan Yeung},
title = {Collaborative Deep Learning for Recommender Systems},
booktitle = {SIGKDD},
pages = {1235--1244},
year = {2015}
}```