Pytorch ResNet implementation from Scratch

In this video we go through how to code the ResNet model and in particular ResNet50, ResNet101, ResNet152 from scratch using Pytorch. ResNet Paper: https://arxiv.org/abs/1512.03385 ❤️ Support the channel ❤️    / @aladdinpersson   Paid Courses I recommend for learning (affiliate links, no extra cost for you): ⭐ Machine Learning Specialization https://bit.ly/3hjTBBt ⭐ Deep Learning Specialization https://bit.ly/3YcUkoI 📘 MLOps Specialization http://bit.ly/3wibaWy 📘 GAN Specialization https://bit.ly/3FmnZDl 📘 NLP Specialization http://bit.ly/3GXoQuP ✨ Free Resources that are great: NLP: https://web.stanford.edu/class/cs224n/ CV: http://cs231n.stanford.edu/ Deployment: https://fullstackdeeplearning.com/ FastAI: https://www.fast.ai/ 💻 My Deep Learning Setup and Recording Setup: https://www.amazon.com/shop/aladdinpe... GitHub Repository: https://github.com/aladdinpersson/Mac... ✅ One-Time Donations: Paypal: https://bit.ly/3buoRYH ▶️ You Can Connect with me on: Twitter -   / aladdinpersson   LinkedIn -   / aladdin-persson-a95384153   Github - https://github.com/aladdinpersson OUTLINE: 0:00 - Introduction 0:31 - Overview of the ResNet paper 6:40 - Coding ResNet