An open API service indexing awesome lists of open source software.

https://github.com/anas436/content-based-movie-recommendation-system-with-python


https://github.com/anas436/content-based-movie-recommendation-system-with-python

jupyterlab math matplotlib-pyplot numpy pandas python3

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Content-Based-Movie-Recommendation-System-with-Python

## Objectives

After completing this lab you will be able to:

* Create a recommendation system using Content Based filtering

Recommendation systems are a collection of algorithms used to recommend items to users based on information taken from the user. These systems have become ubiquitous, and can be commonly seen in online stores, movies databases and job finders. In this notebook, we will explore Content-based recommendation systems and implement a simple version of one using Python and the Pandas library.

### Table of contents



Now, let's take a look at how to implement **Content-Based** or **Item-Item recommendation systems**. This technique attempts to figure out what a user's favourite aspects of an item is, and then recommends items that present those aspects. In our case, we're going to try to figure out the input's favorite genres from the movies and ratings given.

__Dataset__: Dataset acquired from [GroupLens](https://cf-courses-data.s3.us.cloud-object-storage.appdomain.cloud/IBMDeveloperSkillsNetwork-ML0101EN-SkillsNetwork/labs/Module%205/data/moviedataset.zip)