All Projects → js05212 → Mxnet For Cdl

js05212 / Mxnet For Cdl

Official MXNet code for 'Collaborative Deep Learning for Recommender Systems' - SIGKDD

Projects that are alternatives of or similar to Mxnet For Cdl

Udacity Sdc behavior Cloning
Behavior Cloning Project for Udacity SDC Nanodegree
Stars: ✭ 47 (-2.08%)
Mutual labels:  jupyter-notebook
Rnn Notebooks
RNN(SimpleRNN, LSTM, GRU) Tensorflow2.0 & Keras Notebooks (Workshop materials)
Stars: ✭ 48 (+0%)
Mutual labels:  jupyter-notebook
Mlhyperparametertuning
Example of using HyperDrive to tune a regular ML learner.
Stars: ✭ 48 (+0%)
Mutual labels:  jupyter-notebook
Effective Pandas
Source code for my collection of articles on using pandas.
Stars: ✭ 1,042 (+2070.83%)
Mutual labels:  jupyter-notebook
Wavelet networks
Code repository of the paper "Wavelet Networks: Scale Equivariant Learning From Raw Waveforms" https://arxiv.org/abs/2006.05259
Stars: ✭ 48 (+0%)
Mutual labels:  jupyter-notebook
Av Ltfs Data Science Finhack Ml Hackathon
L&T Financial Services & Analytics Vidhya presents ‘DataScience FinHack’ organised by Analytics Vidhya
Stars: ✭ 48 (+0%)
Mutual labels:  jupyter-notebook
Sdc Vehicle Lane Detection
I am using an ensemble of classic computer vision and modern deep learning techniques, to detect the lane lines and the vehicles on a highway. This project was part of the Udacity SDC Nanodegree.
Stars: ✭ 47 (-2.08%)
Mutual labels:  jupyter-notebook
Music Synthesis With Python
Music Synthesis with Python talk, originally given at PyGotham 2017.
Stars: ✭ 48 (+0%)
Mutual labels:  jupyter-notebook
Video Tutorial Cvpr2020
A Comprehensive Tutorial on Video Modeling
Stars: ✭ 48 (+0%)
Mutual labels:  jupyter-notebook
Serverless For Data Scientists
Code and notebooks for a talk given at PyBay, 2018-08-19
Stars: ✭ 48 (+0%)
Mutual labels:  jupyter-notebook
E Bliss Rapgen
e-bliss projesi rap sarki sozleri ureteci kaynak kodu
Stars: ✭ 48 (+0%)
Mutual labels:  jupyter-notebook
Geo Pifu
This repository is the official implementation of Geo-PIFu: Geometry and Pixel Aligned Implicit Functions for Single-view Human Reconstruction.
Stars: ✭ 48 (+0%)
Mutual labels:  jupyter-notebook
Web Synth
A web-based sound synthesis, music production, and audio experimentation platform
Stars: ✭ 47 (-2.08%)
Mutual labels:  jupyter-notebook
Stock Data
Analyze stock data by python science tools and machine learning.
Stars: ✭ 47 (-2.08%)
Mutual labels:  jupyter-notebook
Cs230 Pointfusion
Stars: ✭ 48 (+0%)
Mutual labels:  jupyter-notebook
Examples
Stand-alone pywren examples
Stars: ✭ 47 (-2.08%)
Mutual labels:  jupyter-notebook
Thegrevisualizer
Visualize synonyms and common confusing words in an interactive network
Stars: ✭ 48 (+0%)
Mutual labels:  jupyter-notebook
Word2vec
訓練中文詞向量 Word2vec, Word2vec was created by a team of researchers led by Tomas Mikolov at Google.
Stars: ✭ 48 (+0%)
Mutual labels:  jupyter-notebook
Machine learning from scratch
A place to hold various "from scratch" machine learning algorithms developed in Python as pedagogical tools.
Stars: ✭ 48 (+0%)
Mutual labels:  jupyter-notebook
Rsd Engineeringcourse
Materials for Turing's Research Software Engineering course
Stars: ✭ 48 (+0%)
Mutual labels:  jupyter-notebook

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):

Tensorflow code by gtshs2.

Keras code by zoujun123.

Python code by xiaoouzhang.

Reference:

Collaborative Deep Learning for Recommender Systems

@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}
}


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].