Skip to content

Using Neural Collaborative Filtering to recommend OTT content to users. A solution to Sony inc RISE hackathon

License

Notifications You must be signed in to change notification settings

SupreethRao99/NeuRec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuRec

Using Neural Collaborative Filtering to recommend OTT content to users. A solution to Sony inc RISE hackathon

Neural Collaborative Filtering

A Link to the model checkpoint can be found on Google Drive

Directory Structure

.
├── Data.zip
├── LICENSE
├── README.md
├── Sony_NeuRec.ipynb
├── requirements.txt
├── src
│   ├── configs.py
│   ├── inference.py
│   ├── model.py
│   └── training.py
└── utils
    └── json2csv.py

Recreating Results

To recreate the results in the repository. Unzip Data.zip and run src/training.py