Skip to content

User-User Similarity Based Item-Item similarity based recommendation algorithms with a lib of suprise

Notifications You must be signed in to change notification settings

vickiwang2020/Amazonrecommendationsystem

Repository files navigation

Amazonrecommendationsystem

Context

E-commerce websites like Amazon, Flipkart uses different recommendation models to provide personalized suggestions to different users. For example, one of the recommendation models that Amazon uses is item-to-item collaborative filtering, which scales to massive data sets and produces high-quality recommendations in real-time.

  • Obejective Build a recommendation system to recommend products to customers based on their previous ratings for other products.

Dataset

  • The Amazon dataset contains the following attributes:

    • userId: Every user identified with a unique id
    • productId: Every product identified with a unique id
    • Rating: The rating of the corresponding product by the corresponding user
    • timestamp: Time of the rating. We will not use this column to solve the current problem

Note: I'm using google colab to proceed this data. Hence some parts are adaptable to your console or platform, please change accordingly,

About

User-User Similarity Based Item-Item similarity based recommendation algorithms with a lib of suprise

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published