CNN Fundamental 3- Why Residual Networks ResNet Works

Sdílet
Vložit
  • čas přidán 6. 09. 2024
  • A residual network, also known as ResNet, is a deep learning architecture that revolutionized the field of computer vision. It was introduced in the paper "Deep Residual Learning for Image Recognition" by Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun in 2016.
    ResNet addresses the challenge of training very deep neural networks by introducing a concept called residual blocks. In traditional deep networks, as the number of layers increases, the vanishing gradient problem can occur, making it difficult for the network to learn effectively. The vanishing gradient problem refers to the diminishing magnitude of gradients during backpropagation, hindering the training process.
    ResNet tackles this problem by utilizing skip connections or shortcut connections. These connections allow the network to learn residuals, i.e., the difference between the input and the desired output. The core idea is that instead of trying to learn the direct mapping from input to output, ResNet learns the residual mapping. By adding the original input to the output of each layer (through the skip connection), the network can bypass the vanishing gradient issue.
    🔊 Watch till last for a detailed description
    💯 Read Full Blog with Code
    kgptalkie.com
    💬 Leave your comments and doubts in the comment section
    📌 Save this channel and video for watch later
    👍 Like this video to show your support and love ❤️
    ~~~~~~~~
    🆓 Watch My Top Free Data Science Videos
    👉🏻 Python for Data Scientist
    bit.ly/3dETtFb
    👉🏻 Machine Learning for Beginners
    bit.ly/2WOVh7N
    👉🏻 Feature Selection in Machine Learning
    bit.ly/2YW6ZQH
    👉🏻 Text Preprocessing and Mining for NLP
    bit.ly/31sYMUN
    👉🏻 Natural Language Processing (NLP)
    Tutorials bit.ly/3dF1cTL
    👉🏻 Deep Learning with TensorFlow 2.0
    and Keras bit.ly/3dFl09G
    👉🏻 COVID 19 Data Analysis and Visualization
    Masterclass bit.ly/31vNC1U
    👉🏻 Machine Learning Model Deployment Using
    Flask at AWS bit.ly/3b1svaD
    👉🏻 Make Your Own Automated Email Marketing
    Software in Python bit.ly/2QqLaDy
    ***********
    🤝 BE MY FRIEND
    🌍 Check Out ML Blogs: kgptalkie.com
    🐦Add me on Twitter: / laxmimerit
    📄 Follow me on GitHub: github.com/lax...
    📕 Add me on Facebook: / kgptalkie
    💼 Add me on LinkedIn: / laxmimerit
    👉🏻 Complete Udemy Courses: bit.ly/32taBK2
    ⚡ Check out my Recent Videos: bit.ly/3ldnbWm
    🔔 Subscribe me for Free Videos: bit.ly/34wN6T6
    🤑 Get in touch for Promotion: info@kgptalkie.com
    ✍️🏆🏅🎁🎊🎉✌️👌⭐⭐⭐⭐⭐
    ENROLL in My Highest Rated Udemy Courses
    to 🔑 Unlock Data Science Interviews 🔎 and Tests
    📚 📗 NLP: Natural Language Processing ML Model Deployment at AWS
    Build & Deploy ML NLP Models with Real-world use Cases.
    Multi-Label & Multi-Class Text Classification using BERT.
    Course Link: bit.ly/bert_nlp
    📊 📈 Data Visualization in Python Masterclass: Beginners to Pro
    Visualization in matplotlib, Seaborn, Plotly & Cufflinks,
    EDA on Boston Housing, Titanic, IPL, FIFA, Covid-19 Data.
    Course Link: bit.ly/udemy95...
    📘 📙 Natural Language Processing (NLP) in Python for Beginners
    NLP: Complete Text Processing with Spacy, NLTK, Scikit-Learn,
    Deep Learning, word2vec, GloVe, BERT, RoBERTa, DistilBERT
    Course Link: bit.ly/intro_nlp
    📈 📘 2021 Python for Linear Regression in Machine Learning
    Linear & Non-Linear Regression, Lasso & Ridge Regression, SHAP, LIME, Yellowbrick, Feature Selection & Outliers Removal. You will learn how to build a Linear Regression model from scratch.
    Course Link: bit.ly/regress...
    📙📊 2021 R 4.0 Programming for Data Science || Beginners to Pro
    Learn Latest R 4.x Programming. You Will Learn List, DataFrame, Vectors, Matrix, DateTime, DataFrames in R, GGPlot2, Tidyverse, Machine Learning, Deep Learning, NLP, and much more.
    Course Link: bit.ly/r4-ml

Komentáře • 4

  • @rajeshadepu977
    @rajeshadepu977 Před měsícem +1

    Excellent

  • @teetanrobotics5363
    @teetanrobotics5363 Před rokem

    please make the playlist for DL theory. Also, see if you can make pytorch 2.0 course. bcoz tf and keras, there are a lot of tutorials already.

  • @user-sh5hn2gn1k
    @user-sh5hn2gn1k Před rokem

    Hi, Hope your'e doing well.
    How does ResNet address overfitting?
    How vanishing gradients problem and overfitting are related with each other?
    Kindly elaborate, Thanks!
    ResNet addresses vanishing gradient problem.