Pytorch implementation of Recommendation System based on Generative Adverserial Reinforcement Learning based user Model Implementation of the paper under same title paper
- Data Necessary (Yelp Reviews)
- Data Preprocessing
- Position Weigth (PW) Model
- Hyperparameter Tuned Model
Simply Run main_gan_mode jupyter notebook. It includes both preprocessing of the data as well as training
- Add LSTM Model
The data processing is mainly based on original implementation so that the results could be compared .Source