chamlhy's Stars
ZiyaoGeng/RecLearn
Recommender Learning with Tensorflow2.x
nosuggest/Reflection_Summary
算法理论基础知识应知应会
shuhuai007/Machine-Learning-Session
rdevooght/sequence-based-recommendations
yongqyu/STRNN
Predicting the Next Location: A Recurrent Model with Spatial and Temporal Contexts
tangrizzly/Point-of-Interest-Recommendation
Next location prediction based on Theano
allenjack/SAE-NAD
The implementation of "Point-of-Interest Recommendation: Exploiting Self-Attentive Autoencoders with Neighbor-Aware Influence"
flaviovdf/prme
Implementation of the Personalized Ranking Metric Embedding for Next New POI Recommendation
uestcnlp/STAMP
Code for the KDD 2018 paper: STAMP: Short-Term Attention/Memory Priority Model for Session-based Recommendation
xiexiexx/Planet
Algorithms and Data Structures
ljpzzz/machinelearning
My blogs and code for machine learning. http://cnblogs.com/pinard
yunjey/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
chihming/competitive-recsys
A collection of resources for Recommender Systems (RecSys)
maciejkula/spotlight
Deep recommender models using PyTorch.
Epist/siamese_next_item_pytorch
Siamese neural networks for next item recommendation. Written in PyTorch.
IntSoft2017H/TransRecJSON
A converter for JSON files and TransRec
mquad/sars_tutorial
Repository for the tutorial on Sequence-Aware Recommender Systems held at TheWebConf 2019 and ACM RecSys 2018
scofield7419/basic_NNs_in_frameworks
several basic neural networks[mlp, autoencoder, CNNs, recurrentNN, recursiveNN] implements under several NN frameworks[ tensorflow, pytorch, theano, keras]
lijingsdu/sessionRec_NARM
graytowne/caser
A Matlab implementation of Convolutional Sequence Embedding Recommendation Model (Caser)
rpasricha/TransFM
mquad/hgru4rec
Code for our ACM RecSys 2017 paper "Personalizing Session-based Recommendation with Hierarchical Recurrent Neural Networks"
yhs968/pyGRU4REC
PyTorch Implementation of Session-based Recommendations with Recurrent Neural Networks(ICLR 2016, Hidasi et al.)
aymericdamien/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
chen0040/mxnet-recommender
Collaborative Filtering NN and CNN based recommender implemented with MXNet
BrambleXu/pydata-notebook
利用Python进行数据分析 第二版 (2017) 中文翻译笔记
yihong-chen/neural-collaborative-filtering
pytorch version of neural collaborative filtering
apache/mxnet
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
jinze1994/ATRank
An Attention-Based User Behavior Modeling Framework for Recommendation
hidasib/GRU4Rec
GRU4Rec is the original Theano implementation of the algorithm in "Session-based Recommendations with Recurrent Neural Networks" paper, published at ICLR 2016 and its follow-up "Recurrent Neural Networks with Top-k Gains for Session-based Recommendations". The code is optimized for execution on the GPU.