Project discription: part of the AI course project dedicated to build the Recommendation System using Collaborative Filtering Model.
Dataset sourse: https://www.kaggle.com/ruchi798/bookcrossing-dataset
Goal of the research: to biuld effective book recommendation system using users preferences.
Team: Yuliia Nikolaenko, Lara-Anna Wagner, Mihaela Grigore.
Project tasks:
- Describe the chosen dataset;
- Define the recommendation task you want to tackle, and precisely describe the data you will use for training, evaluating and testing;
- Build a recommender system using the data provided;
- Evaluate the performances of your recommender;
- Pick one or two users and explain what your system would recommend for them;
- Build a second recommender using another approach and compare the results (eg compare CF to content-based recommendation, it depends on your taste and on data available).