Tasha’s portfolio
[Project 1: Movie Recommendation System Model]https://tasha-takar.github.io/tasha-s_portfolio/
This is a project i did for fun ,where i build a recommendation system for a movie dataset
- Data was takemn from the movielens dataset
- The model uses both: content-based filtering techniques and collaborative filtering techniques
*Algorithms used : K-Nearest Neighbours, TF-IDFS, Singular Value Decomposition Model (SVD), Alternatining Least square (ASLS)
- Optimised the SVD & ALS model.