computer-vision-course
computer-vision-course copied to clipboard
Introduction to mathematical intuition behind ResNets.
Hi Maintainers,
I have updated the ResNet documentation in Unit-2 (CNNs) and I have tried to include the following points in my documentation:
- How "residual learning" allows networks to learn easier-to-optimize residual functions rather than directly mapping inputs to outputs.
- How ResNets solve the degradation problem
- How ResNets improve gradient flow by ensuring that gradients can propagate back through residual connections
- How its possible to train "deeper neural networks" using ResNets.
Please have a look at my updated documentation and inform me if there is a need to better the documentation changes that I have done. Looking forward to it!