Loading...
Design a machine learning system that recommends movies to users.
Scenario: A streaming platform needs personalized movie recommendations for 50M users. The system should handle cold-start users (new users with no history) and update recommendations as users watch more content.
Your Task: Design the complete recommendation pipeline.
Your design should address:
Describe your system design approach. Consider components, data flow, and key decisions.