Recommendation Systems
Everything on SkillVeris tagged Recommendation Systems — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Interview Questions(3)
How to Design a Music Streaming Service Like Spotify
A Spotify-like music streaming service stores audio tracks as pre-transcoded chunked files in object storage served through a CDN, uses adaptive bitrate stream…
How Do You Design a Friend Recommendation System?
A friend recommendation system generates candidates from a user’s social graph (friends-of-friends, mutual connections) using a graph database or precomputed g…
How to Design a News Feed Ranking System
A news feed ranking system fetches a large candidate set of recent posts from people and pages a user follows, scores each candidate with a machine-learned mod…