Recommender Systems for Merchants
How Shopify Uses Recommender Systems to Empower Entrepreneurs - Shopify

How Shopify Uses Recommender Systems to Empower Entrepreneurs - Shopify

1/25/2019

What this post added

This post details the design and implementation of Shopify's recommender system platform. It explains the use of collaborative filtering with user-item interactions, representing preferences as binary vectors. The core methodology involves treating recommendation as a binary classification problem and leveraging linear models (like LRec) to learn item-item similarity matrices. The post highlights the scalability through task parallelism, interpretability via model coefficients, extensibility by incorporating user features, and the importance of diverse performance metrics beyond precision for matching merchants with relevant content and experts.

Read the original post ↗