SOTAVerified

Hybrid Recommender System based on Autoencoders

2016-06-24Code Available0· sign in to hype

Florian Strub, Romaric Gaudel, Jérémie Mary

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

A standard model for Recommender Systems is the Matrix Completion setting: given partially known matrix of ratings given by users (rows) to items (columns), infer the unknown ratings. In the last decades, few attempts where done to handle that objective with Neural Networks, but recently an architecture based on Autoencoders proved to be a promising approach. In current paper, we enhanced that architecture (i) by using a loss function adapted to input data with missing values, and (ii) by incorporating side information. The experiments demonstrate that while side information only slightly improve the test error averaged on all users/items, it has more impact on cold users/items.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DoubanI-CFNRMSE0.69Unverified
DoubanU-CFNRMSE0.7Unverified
MovieLens 10MI-CFNRMSE0.78Unverified
MovieLens 10MU-CFNRMSE0.8Unverified
MovieLens 1MI-CFNRMSE0.83Unverified
MovieLens 1MU-CFNRMSE0.86Unverified

Reproductions