Completed
Neural Networks from Scratch - P.5 Hidden Layer Activation Functions
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Neural Networks from Scratch in Python
Automatically move to the next video in the Classroom when playback concludes
- 1 Neural Networks from Scratch - P.1 Intro and Neuron Code
- 2 Neural Networks from Scratch - P.2 Coding a Layer
- 3 Neural Networks from Scratch - P.3 The Dot Product
- 4 Neural Networks from Scratch - P.4 Batches, Layers, and Objects
- 5 Neural Networks from Scratch - P.5 Hidden Layer Activation Functions
- 6 Neural Networks from Scratch - P.6 Softmax Activation
- 7 Neural Networks from Scratch - P.7 Calculating Loss with Categorical Cross-Entropy
- 8 Neural Networks from Scratch - P.8 Implementing Loss