TensorFlow.js brings machine learning into the browser, which means this 52-lesson course can teach model building without asking you to touch Python. Basic JavaScript is the only prerequisite.
A real dataset, real questions
Rather than toy examples, you work with an actual house-price dataset and answer concrete questions with it: can a model predict the price? Can it tell whether a house has a waterfront? The model gets built piece by piece as the questions get more specific.
Course path
- TensorFlow.js core concepts, installation, and setup
- Preparing data and defining a model
- Training, testing, and generating predictions
- Binary and multi-class classification
Each part builds directly on the last, and everything runs as a small web demo so you can see model output and test results right in the browser as you go.