Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rudrakshi99/movie-recommendation-system

Movie recommendation system using machine learning and predict user ratings for the movies.
https://github.com/rudrakshi99/movie-recommendation-system

dataframes machine-learning matplotlib numpy pandas seaborn

Last synced: 29 days ago
JSON representation

Movie recommendation system using machine learning and predict user ratings for the movies.

Awesome Lists containing this project

README

        

# Movie-Recommendation-System
Movie Recommendation System for the MovieLens Dataset using machine Learning and predict user ratings for Movies.

Python Libraries used:
* Pandas
* Numpy
* Matplotlib
* Seaborn

## Data Collection :

The dataset has been obtained from Grouplens.

Link : https://grouplens.org/datasets/movielens/20m/

This dataset (ml-20m) describes 5-star rating and free-text tagging activity from MovieLens, a movie recommendation service. It contains 20000263 ratings and 465564 tag applications across 27278 movies. These data were created by 138493 users between January 09, 1995 and March 31, 2015. This dataset was generated on October 17, 2016.

Users were selected at random for inclusion. All selected users had rated at least 20 movies. No demographic information is included. Each user is represented by an id, and no other information is provided.

For our objective, we would be using "u.data" and "u.item" data files.