Skip to content

russro/anime-recommendation-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Anime Recommendation System Using Collaborative Filtering

This project uses data from MyAnimeList in order to recommend users anime to watch. This can be accomplished using the following methods:

  1. Cosine Similarity (Memory-Based): This method predicts missing scores by assigning weights to users that are most similar to each other. These weights are effectively the Pearson correlations (R) between users. They are computed via normalized inner product between all user vectors. Bias is introduced by arbitrarily filling missing entries with the mean of each row or column.
  2. Matrix Factorization or Singular Value Decomposition
  3. Deep Learning Methods

References

  1. User-Based Collaborative Filtering
  2. Singular Value Decomposition vs. Matrix Factorization in Recommender Systems

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors