Two Movie recommenders deployed on Flask app. The recommender are build on NMF and Cosine Similarity model, trained on MovieLens 100k, and automatically updated every 12 hour!
-
Updated
Aug 26, 2021 - Python
Two Movie recommenders deployed on Flask app. The recommender are build on NMF and Cosine Similarity model, trained on MovieLens 100k, and automatically updated every 12 hour!
A webapp for recommending movies based on two models: collaborative filtering with non-negative matrix factorisation and k-nearest neighbours algorithm.
Multiple imputation with chained equation implemented from scratch. This is a low performance implementation meant for pedagogical purposes only.
Add a description, image, and links to the mice-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the mice-algorithm topic, visit your repo's landing page and select "manage topics."