ml5.js: Train a Neural Network with Pixels as Input
ML5 Beginners Guide Lesson #8.1
This tutorial builds on ml5.neuralNetwork() videos examining raw pixels as inputs to a neural network. This sets the stage for a discussion on convolutional neural networks.
Community Contributions
You can also add your own version! (See how)
Links discussed in this lesson
Videos discussed in this lesson
- ml5.js: Image Classification with MobileNet by The Coding Train
- 11.3: The Pixel Array - p5.js Tutorial by The Coding Train
- Teachable Machine: Images by The Coding Train
- ml5.js: Pose Regression with PoseNet and ml5.neuralNetwork() by The Coding Train