Skip to content

This is a book recommendation system using collaborative filtering based on the cosine similarity between user ratings using 'NearestNeighbors' algorithm

Notifications You must be signed in to change notification settings

SilasPenda/Book-Recommendation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Book-Recommendation-System

This is a book recommendation system using collaborative filtering based on the cosine similarity between user ratings using 'NearestNeighbors' algorithm

Acheivements

  • Made use of a histogram to represent the age distribution of users that rated books.
  • Narrowed down the recommendation to users based in USA and Canada.
  • Converted user ratings to matrix and used 'NearestNeighbors' algorithm to determine the users with the closest similarities and recommending books based on user rating similarities.
  • Tested the algorithm and it gave good recommendations.

About

This is a book recommendation system using collaborative filtering based on the cosine similarity between user ratings using 'NearestNeighbors' algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published