1090994959's Stars
wepe/MachineLearning
Basic Machine Learning and Deep Learning
thunlp/KB2E
Knowledge Graph Embeddings including TransE, TransH, TransR and PTransE
D2KLab/recsys18_challenge
Scripts and data for the RecSys 2018 challenge
daicoolb/Awesome-Graph-Embedding
Awesome Graph Embedding Techinques
cheungdaven/DeepRec
An Open-source Toolkit for Deep Learning based Recommendation with Tensorflow.
wx-chevalier/AI-Notes
:books: [.md & .ipynb] Series of Artificial Intelligence & Deep Learning, including Mathematics Fundamentals, Python Practices, NLP Application, etc. 💫 人工智能与深度学习实战,数理统计篇 | 机器学习篇 | 深度学习篇 | 自然语言处理篇 | 工具实践 Scikit & Tensoflow & PyTorch 篇 | 行业应用 & 课程笔记
Leavingseason/OpenLearning4DeepRecsys
Some deep learning based recsys for open learning.
nzc/dnn_ctr
The framework to deal with ctr problem。The project contains FNN,PNN,DEEPFM, NFM etc
princewen/tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等
Johnson0722/CTR_Prediction
CTR prediction using FM FFM and DeepFM
charleshm/deep-ctr
ChenglongChen/tensorflow-DeepFM
Tensorflow implementation of DeepFM for CTR prediction.
nosuggest/CTR_Prediction
CTR prediction using FM FFM and DeepFM
jinze1994/ATRank
An Attention-Based User Behavior Modeling Framework for Recommendation
yufengg/widendeep
wide and deep labs and samples
NicolasHug/Surprise
A Python scikit for building and analyzing recommender systems
tflearn/tflearn
Deep learning library featuring a higher-level API for TensorFlow.
cemoody/lda2vec
gutouyu/ML_CIA
公众号: 机器学习荐货情报局 所有代码
hongleizhang/RSPapers
RSTutorials: A Curated List of Must-read Papers on Recommender System.
tensorflow/tensorflow
An Open Source Machine Learning Framework for Everyone
D2KLab/entity2rec
entity2rec generates item recommendation using property-specific knowledge graph embeddings
D2KLab/entity2vec
Generates a set of property-specific entity embeddings from knowledge graphs using node2vec
aditya-grover/node2vec
1090994959/snap
Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library.
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.
thunlp/NRLPapers
Must-read papers on network representation learning (NRL) / network embedding (NE)
bojone/tf_word2vec
a tensorflow version of Word2Vec with a new loss
wojzaremba/lstm
karpathy/char-rnn
Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch