Contribute Media
A thank you to everyone who makes this possible: Read More

Hybrid Recommender Systems in Python

Description

PyData Amsterdam 2016

Systems based on collaborative filtering are the workhorse of recommender systems. They yield great results when abundant data is available. Unfortunately, their performance suffers when encountering new items or new users.

In this talk, I'm going to talk about hybrid approaches that alleviate this problem, and introduce a mature, high-performance Python recommender package called LightFM.

Introduction to collaborative filtering. Works well when data is abundant (MovieLens, Amazon), but poorly when new users and items are common. Introduce hybrid approaches: metadata embeddings. This is implemented in LightFM. LightFM has a couple of tricks up its sleeve: multicore training, training with superior ranking losses.

Slides available here: https://speakerdeck.com/maciejkula/hybrid-recommender-systems-at-pydata-amsterdam-2016

Improve this page