For the interface RUN :
- python main.py
Make sure you have the correct tensorflow and torch versions Refer to requirements.py
You can find the three algorithms
- Matrix Factorization (mf)
- DNN (two versions) (under dnn & misc_algo)
- Reinforcement Learning for reward prediction (rl)
static, templates directories are to support the flask Interface
The code has bees tested to run on Ubuntu 18 & MacOS