Open Movie_Recommendation_Engine.ipynb
to see the tutorial on Building a Movie Recommendation Engine.
Dataset associated with this tutorial can be found in movie_dataset.csv
file.
Starter code for finding cosine similarity can be found in cosine_similarity.py
file.
Starter code for movie recommendation engine can be found in movie_recommender_starter.py
file.
The fully completed code can be found in movie_recommender_completed.py
file.
Check out our Introduction to Machine Learning Course at Code Heroku for a complete guide to Machine Learning.