Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.42 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.42 KB

Book-Recommendation-System

A recommendation system has been developed and it has been addressing the issue of selecting the products for the users depending on the user's interests and tastes. This project studies two specific recommendation algorithms, named User-based Collaborative filtering algorithm and FunkSVD. This study aimed to develop a book recommendation system and compare the two algorithms according to their accuracy rating. The tests’ results indicated that the User-based collaborative filtering algorithm may be more accurate than the FunkSVD but further research is required to come to a concrete conclusion.

As a reference dataset, the Book Recommendation Dataset from Kaggle uploaded by MÖBIUS was used. Link->https://www.kaggle.com/datasets/arashnic/book-recommendation-dataset

BOOK RECOMMENDATION SYSTEM TESTING

Screenshot 2566-10-10 at 00 32 51

ALGORITHM COMPARISON

Screenshot 2566-10-10 at 00 33 45

#NOTE In this project- accuracy testing has been done with different methods including Pearson Correlation and RMSE. Further improvements might be required but feel free to take reference if anything is needed.