Making movies recommendation using a Collaborative Filtering Algorithm on the famous MovieLens dataset.
Trying multiple approaches:
- Non-Negative Matrix Factorization (NMF)
- Singular Value Decomposition (SVD): work in progress
- Advanced Matrix Factorization algorithms (SGD and ALS): work in progress