paper-with-me

홈 › Papers

Amazon Product Recommender System

2021-01-30 · Mohammad R. Rezaei

The number of reviews on Amazon has grown significantly over the years. Customers who made purchases on Amazon provide reviews by rating the product from 1 to 5 stars and sharing a text summary of their experience and opinion of the product. The ratings of a product are averaged to provide an overall product rating. We analyzed what ratings score customers give to a specific product (a music track) in order to build a recommender model for digital music tracks on Amazon. We test various traditional models along with our proposed deep neural network (DNN) architecture to predict the reviews rating score. The Amazon review dataset contains 200,000 data samples; we train the models on 70% of the dataset and test the performance of the models on the remaining 30% of the dataset.

📄 PDF Abstract BibTeX arXiv:2102.04238

Code (1)

MrRezaeiUofT/Amazon-Product-Recommender 공식 구현 tf

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Dynamic Collaborative Filtering for Matrix- and Tensor-based Recommender Systems

2023-12-04 · Albert Saiapin, Ivan Oseledets, Evgeny Frolov

In production applications of recommender systems, a continuous data flow is employed to update models in real-time. Many recommender models often require complete retraining to adapt to new data. In this work, we introd…

Collaborative FilteringRecommendation Systems

LLMRS: Unlocking Potentials of LLM-Based Recommender Systems for Software Purchase

2024-01-12 · Angela John, Theophilus Aidoo, Hamayoon Behmanush, Irem B. Gunduz 외

Recommendation systems are ubiquitous, from Spotify playlist suggestions to Amazon product suggestions. Nevertheless, depending on the methodology or the dataset, these systems typically fail to capture user preferences …

Recommendation Systems

Evaluation on Entity Matching in Recommender Systems

2026-01-23 · Zihan Huang, Rohan Surana, Zhouhang Xie, Junda Wu 외 arxiv

Entity matching is a crucial component in various recommender systems, including conversational recommender systems (CRS) and knowledge-based recommender systems. However, the lack of rigorous evaluation frameworks for c…

MatRec: Matrix Factorization for Highly Skewed Dataset

2020-11-09 · Hao Wang, Bing Ruan

Recommender systems is one of the most successful AI technologies applied in the internet cooperations. Popular internet products such as TikTok, Amazon, and YouTube have all integrated recommender systems as their core …

Learning-To-RankRecommendation Systems

Movie Recommender Systems: Implementation and Performance Evaluation

2019-09-16 · Mojdeh Saadati, Syed Shihab, Mohammed Shaiqur Rahman

Over the years, explosive growth in the number of items in the catalog of e-commerce businesses, such as Amazon, Netflix, Pandora, etc., have warranted the development of recommender systems to guide consumers towards th…

Collaborative FilteringRecommendation Systems