paper-with-me

Papers

Completing partial recipes using item-based collaborative filtering to recommend ingredients

2019-07-23 · Paula Fermín Cueto, Meeke Roet, Agnieszka Słowik

Increased public interest in healthy lifestyles has motivated the study of algorithms that encourage people to follow a healthy diet. Applying collaborative filtering to build recommendation systems in domains where only implicit feedback is available is also a rapidly growing research area. In this report we combine these two trends by developing a recommendation system to suggest ingredients that can be added to a partial recipe. We implement the item-based collaborative filtering algorithm using a high-dimensional, sparse dataset of recipes, which inherently contains only implicit feedback. We explore the effect of different similarity measures and dimensionality reduction on the quality of the recommendations, and find that our best method achieves a recall@10 of circa 40%.

📄 PDF Abstract BibTeX arXiv:1907.12380

Code (1)

Slowika/Bag-of-Recipes 공식 구현

Tasks

Collaborative FilteringDimensionality ReductionRecommendation Systems

Similar Papers 제목 키워드 기반

A Hybrid Latent Variable Neural Network Model for Item Recommendation

2014-06-09 · Michael R. Smith, Tony Martinez, Michael Gashler

Collaborative filtering is used to recommend items to a user without requiring a knowledge of the item itself and tends to outperform other techniques. However, collaborative filtering suffers from the cold-start problem…

Collaborative Filtering

Regret Guarantees for Item-Item Collaborative Filtering

2015-07-20 · Guy Bresler, Devavrat Shah, Luis F. Voloch

There is much empirical evidence that item-item collaborative filtering works well in practice. Motivated to understand this, we provide a framework to design and analyze various recommendation algorithms. The setup amou…

Collaborative FilteringMatrix Completion

Feedback Reciprocal Graph Collaborative Filtering

2024-08-05 · Weijun Chen, Yuanchen Bei, Qijie Shen, Hao Chen 외

Collaborative filtering on user-item interaction graphs has achieved success in the industrial recommendation. However, recommending users' truly fascinated items poses a seesaw dilemma for collaborative filtering models…

Collaborative FilteringContrastive LearningRecommendation Systems

Co-Factorization Model for Collaborative Filtering with Session-based Data

2021-05-12 · Binh Nguyen, Atsuhiro Takasu

Matrix factorization (MF) is a common method for collaborative filtering. MF represents user preferences and item attributes by latent factors. Despite that MF is a powerful method, it suffers from not be able to identif…

Collaborative Filtering

Dual-embedding based Neural Collaborative Filtering for Recommender Systems

2021-02-04 · Gongshan He, Dongxing Zhao, Lixin Ding

Among various recommender techniques, collaborative filtering (CF) is the most successful one. And a key problem in CF is how to represent users and items. Previous works usually represent a user (an item) as a vector of…

Collaborative FilteringRecommendation Systems