Skip to content

sumair0/recommender-systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

For the interface RUN :

  1. python main.py

Setup :

Make sure you have the correct tensorflow and torch versions Refer to requirements.py

Organization :

You can find the three algorithms

  1. Matrix Factorization (mf)
  2. DNN (two versions) (under dnn & misc_algo)
  3. 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