All Projects → luozachary → Drl Rec

luozachary / Drl Rec

Deep reinforcement learning for recommendation system

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Drl Rec

Drl4recsys
Courses on Deep Reinforcement Learning (DRL) and DRL papers for recommender systems
Stars: ✭ 196 (+113.04%)
Mutual labels:  deep-reinforcement-learning, recommender-system
Learning Notes
💡 Repo of learning notes in DRL and DL, theory, codes, models and notes maybe.
Stars: ✭ 90 (-2.17%)
Mutual labels:  deep-reinforcement-learning
Awesome System For Machine Learning
A curated list of research in machine learning system. I also summarize some papers if I think they are really interesting.
Stars: ✭ 1,185 (+1188.04%)
Mutual labels:  deep-reinforcement-learning
Expo Mf
Exposure Matrix Factorization: modeling user exposure in recommendation
Stars: ✭ 81 (-11.96%)
Mutual labels:  recommender-system
Muzero General
MuZero
Stars: ✭ 1,187 (+1190.22%)
Mutual labels:  deep-reinforcement-learning
Kgpolicy
Reinforced Negative Sampling over Knowledge Graph for Recommendation, WWW2020
Stars: ✭ 83 (-9.78%)
Mutual labels:  recommender-system
Noreward Rl
[ICML 2017] TensorFlow code for Curiosity-driven Exploration for Deep Reinforcement Learning
Stars: ✭ 1,176 (+1178.26%)
Mutual labels:  deep-reinforcement-learning
Pytorch sac ae
PyTorch implementation of Soft Actor-Critic + Autoencoder(SAC+AE)
Stars: ✭ 94 (+2.17%)
Mutual labels:  deep-reinforcement-learning
Movie Recommender System
Basic Movie Recommendation Web Application using user-item collaborative filtering.
Stars: ✭ 85 (-7.61%)
Mutual labels:  recommender-system
Rlenv.directory
Explore and find reinforcement learning environments in a list of 150+ open source environments.
Stars: ✭ 79 (-14.13%)
Mutual labels:  deep-reinforcement-learning
Dream
rnn based model for recommendations
Stars: ✭ 77 (-16.3%)
Mutual labels:  recommender-system
Awesome Causality Algorithms
An index of algorithms for learning causality with data
Stars: ✭ 1,192 (+1195.65%)
Mutual labels:  recommender-system
Neural collaborative filtering
Neural Collaborative Filtering
Stars: ✭ 1,243 (+1251.09%)
Mutual labels:  recommender-system
Recosystem
Recommender System Using Parallel Matrix Factorization
Stars: ✭ 74 (-19.57%)
Mutual labels:  recommender-system
Deep Learning Drizzle
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
Stars: ✭ 9,717 (+10461.96%)
Mutual labels:  deep-reinforcement-learning
Rl Course Experiments
Stars: ✭ 73 (-20.65%)
Mutual labels:  deep-reinforcement-learning
Treeqn
Stars: ✭ 77 (-16.3%)
Mutual labels:  deep-reinforcement-learning
Snake
Artificial intelligence for the Snake game.
Stars: ✭ 1,241 (+1248.91%)
Mutual labels:  deep-reinforcement-learning
Cs234 Reinforcement Learning Winter 2019
My Solutions of Assignments of CS234: Reinforcement Learning Winter 2019
Stars: ✭ 93 (+1.09%)
Mutual labels:  deep-reinforcement-learning
Cs234
My Solution to Assignments of CS234
Stars: ✭ 91 (-1.09%)
Mutual labels:  deep-reinforcement-learning

drl-rec

Implement deep reinforcement learning(DDPG) for recommendation system.

data format

train data

state action reward n_state recall
id1,id2,id3,id4 id5 1.0 id1,id2,id3,id4,id5 id5,id6

recall data

item_id embedding
id1 [0.123,0.345,0.421]

reference

Deep Reinforcement Learning for List-wise Recommendations

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