Home
Introduction
  • Overview
  • Pre-trained models
  • Project 1
Transfer learning
  • Overview
  • Project 2
Custom model
  • Overview
  • Project 3
Bonus
  • Extra content

Building your own machine learning model

Lesson summary

In this lesson, we'll use TensorFlow.js to create an image classification model from scratch!!

We'll create our own training data, we'll transform it to the correct format, we'll talk about layers, we'll train and test our model and we'll use it in the browser to create a working image classification web application. 🎉

Example

  • Custom blink detection using a brain sensor
  • Air street fighter prototype with custom motion detection model
  • Lesson summary
  • Example