Using Neural Collaborative Filtering to recommend OTT content to users. A solution to Sony inc RISE hackathon
A Link to the model checkpoint can be found on Google Drive
.
├── Data.zip
├── LICENSE
├── README.md
├── Sony_NeuRec.ipynb
├── requirements.txt
├── src
│ ├── configs.py
│ ├── inference.py
│ ├── model.py
│ └── training.py
└── utils
└── json2csv.py
To recreate the results in the repository. Unzip Data.zip
and run src/training.py