Medium⏱ time2.5 hr$ cost0
Movie Recommender
Suggest films a user might like based on what similar users enjoyed.
Start building ↓
Result first
The build
Step 01
Load ratings
Read a table of users and movie scores.
Step 02
Find neighbours
Compute which users rate alike.
Step 03
Predict tastes
Recommend films liked by similar users.
Step 04
Show picks
List top suggestions for a user.
Working Principle
The system finds users with similar rating patterns and recommends movies they liked but the target user hasn't seen yet.
The science behind it
A closer look
Collaborative filtering uses 'people like you also liked' logic; similarity is measured between users' rating vectors.
Take it further
Variables to test
- 1 Switch to item-based similarity — better picks?
- 2 How does a brand-new user fare (cold start)?
More AI
AI
Hand-Drawn Digit Classifier
Train a tiny neural network in the browser to recognise digits you draw with a mouse.
Medium⏱2 hr$0
AI
Rock-Paper-Scissors Vision
Use a webcam and a no-code model to recognise your hand and play rock-paper-scissors.
Easy⏱1 hr$0
AI
Spam Email Classifier
Train a model on example messages so it can flag new ones as spam or not.
Medium⏱2 hr$0