https://github.com/aungkaungpyaepaing/book-recommendation-system
Book recommendation system using user base collaborative filter Algorithm and testing the accuracy result by comparing with different algorithms
https://github.com/aungkaungpyaepaing/book-recommendation-system
accuracy-testing bookrecommendsystem collaborative-filtering pearson-correlation recommendation-system user-based-recommendation
Last synced: 5 days ago
JSON representation
Book recommendation system using user base collaborative filter Algorithm and testing the accuracy result by comparing with different algorithms
- Host: GitHub
- URL: https://github.com/aungkaungpyaepaing/book-recommendation-system
- Owner: aungkaungpyaepaing
- Created: 2023-10-09T17:28:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-09T17:44:28.000Z (over 1 year ago)
- Last Synced: 2025-03-14T23:26:21.255Z (3 months ago)
- Topics: accuracy-testing, bookrecommendsystem, collaborative-filtering, pearson-correlation, recommendation-system, user-based-recommendation
- Language: Jupyter Notebook
- Homepage:
- Size: 331 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
# ALGORITHM COMPARISON
#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.