Skip to content

desaiprasad1989/Recommender-System

Repository files navigation

Recommender-System

Anime Movies recommender systen based on user ratings. Using a multlabel binarizer to encode the multilabel genre feature

Author :

Prasad Desai

Data Description:

Unique ID of each anime. Anime title. Anime broadcast type, such as TV, OVA, etc. anime genre. The number of episodes of each anime. The average rating for each anime compared to the number of users who gave ratings. Number of community members for each anime.

Objective:

The objective of this assignment is to implement a recommendation system using cosine similarity on an anime dataset. Using Anime Dataset which contains information about various anime, including their titles, genres,No.of episodes and user ratings etc.

Data Preprocessing:

Load the dataset into a suitable data structure (e.g., pandas DataFrame). Handling missing values. Exploring the dataset to understand its structure and attributes.

Feature Extraction:

Decide on the features that will be used for computing similarity (e.g., genres, user ratings). Convert categorical features into numerical representations if necessary. Normalize numerical features if required.

Recommendation System:

Design a function to recommend anime based on cosine similarity. Given a target anime, recommend a list of similar anime based on cosine similarity scores. Experiment with different threshold values for similarity scores to adjust the recommendation list size.

Evaluation:

Split the dataset into training and testing sets. Evaluate the recommendation system using appropriate metrics such as precision, recall, and F1-score. Analyze the performance of the recommendation system and identify areas of improvement.

About

Anime Movies recommender system based on user ratings. Using a multilabel binarizer to encode the multilabel genre feature

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors