Understand
Stochastic regularization of neural networks (e.g.
- dropout) is a wide-spread technique in deep learning that allows for better generalization.
- Despite its success, continuous-time models, such as neural ordinary differential equation (ODE), usually rely on a completely deterministic feed-forward operation.
- This work provides an empirical study of stochastically regularized neural ODE on several image-classification tasks (CIFAR-10, CIFAR-100, TinyImageNet).
Reading the bibliography…