Skip to content

mauryashobhit/books_recommendation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

books_recommendation

created a content based books recommendation engine using weighted average score and ratings of the books.

gived 50 percent importance to both calculated weighted average and ratings of the books.

used scipy csr_matrix , knearest-neighbors , cosine similarity for distance to recommend 10 books for a given book index.

image1

image2

image