Movie Recommendation System
I tried my hands buiding a movie recommendation system as well, this was using Cosine Simmilarity,
and the algorithm was K-Nearest-Neighbors.

The dataset is from kaggle movie recommendation system dataset. My step 1 was to make this dataset usable for this unsupervised learning. Then I applied the cosine simmilarity and KNN.






