/neural-networks-experiments

A collection of all experiments that I made on Neural Networks

Primary LanguageJupyter Notebook

Neural Network experiments

Neural Networks building blocks

  • Batch Normalization: Explaination of how Batch Normalization works, why it improves networks convergence and how to implement a Batch Normalization layer in Pytorch (see notebook).

Neural Networks architectures