Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 805 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 805 Bytes

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