Descriptions
Design and implement a collaborative filtering recommendation engine for an existing movie streaming platform to personalize user content suggestions.
Skills
Frequently Asked Questions
What is the size of the user data available?
We have 1 million users and 100,000 items with full user interaction logs for training.
Should the final system be deployed as an API endpoint?
Yes, the final engine must be wrapped in a high-performance REST API.