Question: 1 4 marks ) Rating prediction is an important task for a recommender system. Try to implement a recommendation model using the Goodbooks - 1
marks Rating prediction is an important task for a recommender system. Try to implement a
recommendation model using the Goodbooksk dataset to predict user ratings. You have two options
based on your available compute power:
a Option Full Dataset: For students with sufficient compute power, use the entire dataset
million ratings for books by users
b Option Limited Dataset: For students with limited compute power, use a subset of the data.
Limit the dataset to the top users and top books based on the number of interactions
ratings In your submission, clearly state that you are using the subset due to computational
constraints.
c You can implement the model using userbased collaborative filtering, itembased collaborative
filtering, or matrix factorization.
d Split your chosen dataset full or limited into a training set and a test set.
e Display the Mean Absolute Error MAE and Root Mean Squared Error RMSE on the test set.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
