Тёмный

Stochastic Depth for Neural Networks Explained 

Machine Learning Explained
Подписаться 6 тыс.
Просмотров 1,1 тыс.
50% 1

Stochastic depth is a powerful regularization method applied on residual neural networks that speed up training and enhances test performance.
In this tutorial, we'll go through the methodology and a Pytorch implementation.
Table of Content
- Introduction: 0:00
- Background and Context: 0:30
- Questions: 2:46
- Architecture Changes: 3:00
- Why use the resnet architecture for stochastic depth?: 5:07
- Difference between Drop out and Drop path: 5:23
- Speedup and performance: 6:06
- Stochastic Depth example: 6:33
- How do they manage speedup and better performance with stochastic depth?: 7:27
- Data sets: 7:44
- Main Results: 8:09
- Analytical Experiment Result: 10:10
- Code Walkthrough: 11:22
- Conclusion: 26:10
📌 Github: github.com/yacineMahdid/deep-...
📌 Original Code: github.com/shamangary/Pytorch...
📌 Paper: arxiv.org/pdf/1603.09382
Abstract:
"Very deep convolutional networks with hundreds of layers have led to significant reductions in error on competitive benchmarks. Although the unmatched expressiveness of the many layers can be highly desirable at test time, training very deep networks comes with its own set of challenges.
The gradients can vanish, the forward flow often diminishes, and the training time can be painfully slow. To address these problems, we propose stochastic depth, a training procedure that enables the seemingly contradictory setup to train short networks and use deep networks at test time.
We start with very deep networks but during training, for each mini-batch, randomly drop a subset of layers and bypass them with the identity function. This simple approach complements the recent success of residual networks.
It reduces training time substantially and improves the test error significantly on almost all data sets that we used for evaluation. With stochastic depth we can increase the depth of residual networks even beyond 1200 layers and still yield meaningful improvements in test error (4.91% on CIFAR-10)."
---
Join the Discord for general discussion: / discord
---
Follow Me Online Here:
GitHub: github.com/yacineMahdid
LinkedIn: / yacinemahdid
---
Have a great week! 👋

Опубликовано:

 

16 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1   
@machinelearningexplained
@machinelearningexplained 2 месяца назад
Hey, fyi I had to reshoot some of the section on this video because I couldn’t stop saying Drop Path (from Fractal Net) instead of Stochastic Depth. There is still 1 wrong mention of drop path in there that I wasn’t able to fix haha That's what you get from reading two paper simultaneously!😅
Далее
FractalNet Deep Neural Network Explained
35:52
Transformer Neural Networks Derived from Scratch
18:08
Просмотров 130 тыс.
DenseNet Deep Neural Network Architecture Explained
21:02
2 Years of My Research Explained in 13 Minutes
13:51
Просмотров 28 тыс.
The U-Net (actually) explained in 10 minutes
10:31
Просмотров 88 тыс.
ResNet Deep Neural Network Architecture Explained
30:23
Why I Chose Rust Over Zig
33:18
Просмотров 22 тыс.