Skip to content

a generalized recommendation system of Items and ratings, with rating prediction

Notifications You must be signed in to change notification settings

Sashank-PK/Recommendation_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recommendation_System

a generalized recommendation system of Items and ratings, with rating prediction

Introduction:

This project is an inquisitive undertaking on the concepts of Recommendation Systems, Collaborative Filtering, and Item Rating Prediction using collaborative filtering techniques. For this, a sample dataset was acquired to conduct the exploration on various techniques.The Given data set is a user ratings of items. The dataset consists of around 85,000 entries of userID, ItemID, their corresponding rating, and the rating time in timestamps. Using the given data a collaborative filtering model to predict the ratings of given testing data is initiated. The process involves building a User vs Item matrix with ratings as the content, normalizing the matrix, determining the similarities of the entries, and predicting the unknown rating using the known users, items, and similarities. Details on various assumptions made, approaches considered, and the final model used for predicting the ratings of the users are discussed further.

About

a generalized recommendation system of Items and ratings, with rating prediction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages