Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aungkaungpyaepaing/book-recommendation-system

Book recommendation system using user base collaborative filter method and testing the accuracy result with different algorithm
https://github.com/aungkaungpyaepaing/book-recommendation-system

accuracy-testing bookrecommendsystem collaborative-filtering pearson-correlation recommendation-system user-based-recommendation

Last synced: about 2 months ago
JSON representation

Book recommendation system using user base collaborative filter method and testing the accuracy result with different algorithm

Awesome Lists containing this project

README

        

# 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.