You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements an Item-Based Collaborative Filtering book recommendation system using K-Nearest Neighbors (KNN). Books are recommended based on similarity in user rating patterns rather than content information.
A Python-based hybrid book recommendation system that combines content-based and collaborative filtering techniques. Utilizes the Book-Crossing dataset for personalized recommendations.
A C++ project that predicts movie ratings using Item-Based Collaborative Filtering (IBCF) with Cosine Similarity. Developed for CMP2003 at Bahçeşehir University.
Live web application demonstrating personalized recommendations for books and mangas implemented using collaborative filtering based recommender systems