A Modern Recommender Model Architecture
cprimozic.net·22h·
Preview
Report Post

Background

I’ve recently finished developing, training, and deploying a neural network-based recommender model. It takes a user profile (consisting of a set of entities and optionally ratings for those entities) and outputs values that can be used to create an ordered list of recommendations based on it.

It does this by learning patterns across both different users as well as different entities at the same time. The technical term for this is Collaborative Filtering.

This model is the second iteration of the engine that powers Sprout - an anime recommendation web app. Although that use case is specific to anime, the underlying architecture is generic and can be appl…

Similar Posts

Loading similar posts...