Vaibhav67979/Ecommerce-product-recommendation-system
Product Recommendation System is a machine learning-based project that provides personalized product recommendations to users based on their interaction history, similar users, and also the popularity of products.
Implements three distinct recommendation approaches: rank-based filtering for cold-start problems, similarity-based collaborative filtering using cosine similarity, and model-based SVD decomposition on sparse matrices to predict user ratings across 50 latent features. Trained on Amazon electronics ratings data, the system converts user-product interactions into compressed sparse row matrices to optimize memory usage, then evaluates predictions using RMSE to measure accuracy of unrated product recommendations.
131 stars. No commits in the last 6 months.
Stars
131
Forks
35
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Dec 17, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Vaibhav67979/Ecommerce-product-recommendation-system"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
rosetta-ai/rosetta_recsys2019
The 4th Place Solution to the 2019 ACM Recsys Challenge by Team RosettaAI
LaxmiChaudhary/Amzon-Product-Recommendation
Building Recommendation Model for the electronics products of Amazon
the-markup/investigation-amazon-brands
Materials to reproduce our findings in our stories, "Amazon Puts Its Own 'Brands' First Above...
JingyibySUTsoftware/ECRS_Web
基于深度学习的商品推荐系统,高性能,可承受高并发,可跨平台
jacopotagliabue/recs-at-resonable-scale
Recommendations at "Reasonable Scale": joining dataOps with recSys through dbt, Merlin and Metaflow