Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 528 Bytes

File metadata and controls

9 lines (8 loc) · 528 Bytes

bookRecommenderSystem

This is a basic Book Recommender System written in Python (*.ipynb).

  • The data set used can be fetched from here
  • Right now it calculates covariance of a particular book with other books (as a measure of similarity).
  • Books having highest values of covariance are outputted

Future improvements:

  • It can be integrated in a web based social network for book readers. Where users will be able to get best suggestions for their next read!