
Weight Initialization: Why Random Isn't Random Enough
Part 12 of my "revisiting my AI/ML notes" series. Every post so far in this series has assumed...
Tag archive

Part 12 of my "revisiting my AI/ML notes" series. Every post so far in this series has assumed...

Part 13 of my "revisiting my AI/ML notes" series. Every post in this series so far used gradient...

Part 11 of my "revisiting my AI/ML notes" series. Earlier in this series I covered sigmoid and plain...

Part 10 of my "revisiting my AI/ML notes" series. Everything so far has been about getting a network...
A step-by-step mathematical guide with diagrammatic, clear explanations of all the core...

Part 8 of my "revisiting my AI/ML notes" series. The last post ended on a warning: multiplying...
ResNet gave every layer a shortcut to the loss by adding a residual: y = x + F(x). DenseNet takes...

Part 5 of my "revisiting my AI/ML notes" series. So far this series has covered the ANN structure,...

This is the second post in my "revisiting my AI/ML notes" series — last time I covered the AI vs ML...

Part 3 of my "revisiting my AI/ML notes" series. Last post covered the ANN structure — input, hidden,...
A 100-layer ResNet is slow to train and its gradients still fade on the way to the earliest layers....
Ordinary augmentation transforms one image and keeps its label. Mixup and CutMix go further and, at...