๐
Deep networks are notoriously unstable. Batch Normalization keeps them in check.
๐
The most counter-intuitive trick in Deep Learning: Randomly deleting parts of your brain!
๐
You shouldn't use the exact same step size (Learning Rate) for the entire hike down the mountain.
๐
Content for Loss Functions goes here.
๐
Backpropagation calculates the "blame" (gradients). But the Optimizer is the worker who actually grabs a wrench and updates the weights!
๐
How do we pick the starting weights before the model even begins training?