Completed
Announcing: Neural Networks from Scratch with Python and Opencv
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Neural Networks from Scratch with Python and OpenCV
Automatically move to the next video in the Classroom when playback concludes
- 1 Announcing: Neural Networks from Scratch with Python and Opencv
- 2 Create a simple Image Classifier - Neural Networks from Scratch p. 1
- 3 Create an automatic image classifier - Neural Networks from Scratch p. 2
- 4 How to create a neuron from scratch with python - Neural Networks from Scratch p. 3
- 5 Train the neuron - Neural Networks from Scratch p. 4
- 6 Add multiple images (dataset and labels) - Neural Networks from Scratch p. 5
- 7 Add functions (Feedforward and Backpropagation) - Neural Networks from Scratch p. 6
- 8 Create Layer class - Neural Networks from Scratch p. 7