# Embarrassingly Shallow Autoencoders for Sparse Data

**Authors:** Harald Steck

arXiv: 1905.03375 · 2019-05-10

## TL;DR

This paper introduces a simple linear autoencoder model tailored for sparse data in recommender systems, demonstrating superior ranking accuracy over complex models through a closed-form solution.

## Contribution

The paper presents a novel shallow autoencoder with a closed-form training solution that outperforms state-of-the-art deep models on sparse implicit feedback data.

## Key findings

- Achieves better ranking accuracy than deep non-linear models.
- Provides a closed-form solution for training.
- Effective on multiple publicly available datasets.

## Abstract

Combining simple elements from the literature, we define a linear model that is geared toward sparse data, in particular implicit feedback data for recommender systems. We show that its training objective has a closed-form solution, and discuss the resulting conceptual insights. Surprisingly, this simple model achieves better ranking accuracy than various state-of-the-art collaborative-filtering approaches, including deep non-linear models, on most of the publicly available data-sets used in our experiments.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.03375/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1905.03375/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1905.03375/full.md

---
Source: https://tomesphere.com/paper/1905.03375