Deep Learning | What is Deep Learning? | Deep Learning Tutorial For Beginners | 2023 | Simplilearn

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2024

ความคิดเห็น • 1K

  • @SimplilearnOfficial
    @SimplilearnOfficial  3 ปีที่แล้ว +22

    🔥Caltech Post Graduate Program In AI And Machine Learning - www.simplilearn.com/artificial-intelligence-masters-program-training-course?M5VXKLf4D4&Comments&TH-cam
    🔥IITK - Professional Certificate Course in Generative AI and Machine Learning (India Only) - www.simplilearn.com/iitk-professional-certificate-course-ai-machine-learning?M5VXKLf4D4&Comments&TH-cam
    🔥Purdue - Post Graduate Program in AI and Machine Learning - www.simplilearn.com/pgp-ai-machine-learning-certification-training-course?M5VXKLf4D4&Comments&TH-cam
    🔥IITG - Professional Certificate Program in Generative AI and Machine Learning (India Only) - www.simplilearn.com/iitg-generative-ai-machine-learning-program?M5VXKLf4D4&Comments&TH-cam
    🔥Caltech - AI & Machine Learning Bootcamp (US Only) - www.simplilearn.com/ai-machine-learning-bootcamp?M5VXKLf4D4&Comments&TH-cam

  • @SimplilearnOfficial
    @SimplilearnOfficial  5 ปีที่แล้ว +227

    Hi everyone, exactly a week ago, we conducted a contest in this video. The answer to the question is given below:
    The correct order of working for Neural Network with explanation:
    B. The weighted sum of inputs is calculated
    A. The Bias is added
    D. The result is fed to an activation function
    C. Specific Neuron is activated
    Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
    We are pleased to announce the 3 lucky winners who got the right answer for our quiz:
    1. Divya Maskar
    2. Kartik Singhal
    3. Michael Ipinolu
    Congratulations to all the winners! They've won an Amazon voucher worth INR 500.

    • @nishantray8449
      @nishantray8449 5 ปีที่แล้ว +6

      The answer of quiz is in the following order:-
      B- The weighted sum of the inputs is calculated
      A- The bias is added
      D- The result is fed to an activation function
      C- Specific neuron is activated
      This correct order of the above question's answer.

    • @kxrtik2
      @kxrtik2 5 ปีที่แล้ว +8

      The Answer is :- BADC

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว +4

      Hi Himanshu, thanks for your reply! We will give out the answer to the quiz next Wednesday, 12th June 2019. If your answer is right, you could be one of the 3 lucky winners to grab Rs 500 or 10$ worth Amazon voucher. Stay Tuned!

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว +3

      Hi Kartik, thanks for your reply! We will give out the answer to the quiz next Wednesday, 12th June 2019. If your answer is right, you could be one of the 3 lucky winners to grab Rs 500 or 10$ worth Amazon voucher. Stay Tuned!

    • @shreerakshamalemulla1634
      @shreerakshamalemulla1634 5 ปีที่แล้ว +2

      B,A,D,C

  • @Poetpoet
    @Poetpoet 2 ปีที่แล้ว +82

    B. The weighted sum of inputs is calculated
    A. The Bias is added
    D. The result is fed to an activation function
    C. Specific Neuron is activated

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 ปีที่แล้ว +10

      "Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @jogindhiran_kj
    @jogindhiran_kj 2 ปีที่แล้ว +15

    Order: BADC
    Working of a neural network:
    - The weighted sum of the input is calculated
    - The bias is added
    - The result is fet to an activation function
    - Specific neuron is activated
    Nice video! It helped me to learn deep learning in 5 minutes

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 ปีที่แล้ว +2

      "Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @nicolelenge7869
    @nicolelenge7869 3 ปีที่แล้ว +21

    The order for the neutral network would be B→ A→D→ C. B is first because each neuron had values to it, called a weighted channel, and all these neurons have a unique number associated with it, called bias. Bias is then added to the weighted sum of inputs, meaning A comes after B. D then follows because that result is fed to an activation function. Out of the results fed, specific neurons are activated.

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว +6

      Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.

  • @alperulku8863
    @alperulku8863 4 ปีที่แล้ว +14

    Answer: B-A-D-C. Thank you very much !

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว +8

      "Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

    • @therealb888
      @therealb888 3 ปีที่แล้ว +1

      @@SimplilearnOfficial I know this is an old video but can you please explain what the * stands for in w*x? Also what exactly is a weighted sum? Can you explain with an example please?
      Thank you.

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      The * in w*x represents multiplication of weights with inputs. When you take the product of weights and inputs and sum it, it is known as weighted sum of inputs. This result is added with a bias and passed to an activation function to decide which nodes to fire.

  • @bettybettytsai
    @bettybettytsai 4 ปีที่แล้ว +8

    thank you for saving me from my presentation of the English of science and technology course. really appreciated!!!!!!!

  • @omkashyap5109
    @omkashyap5109 5 ปีที่แล้ว +2

    1. The weighted sum of input is calculated.
    2. The bias is added.
    3.The result is fed to and activation function.
    4.Specific neuron is activated.
    It is a good video to differentiate between machine and deep learning.
    Thanks ..

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      Hi Kashyap, thanks for your reply! We will give out the answer to the quiz next Wednesday, 12th June 2019. If your answer is right, you could be one of the 3 lucky winners to grab Rs 500 or 10$ worth Amazon voucher. Stay Tuned!

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว +1

      Hi Kashyap, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.

  • @nicolebarbosameirellesnick5808
    @nicolebarbosameirellesnick5808 4 ปีที่แล้ว +4

    Answer: B-A-D-C. Thank you very much !
    Scrolling through the comment section feels like watching an AI learning to comment on a video.

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว +4

      "Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @sandeepdayananda9846
    @sandeepdayananda9846 5 ปีที่แล้ว +53

    Quiz sequence is:
    B. Weighted sum of inputs is calculated
    A. Bias is added
    D. The result is fed to activation function.
    C. Specific neuron is activated

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      Hi Sandeep, thanks for your reply! We will give out the answer to the quiz next Wednesday, 12th June 2019. If your answer is right, you could be one of the 3 lucky winners to grab Rs 500 or 10$ worth Amazon voucher. Stay Tuned!

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว +9

      "Hi Sandeep, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @karamvirSuhag
    @karamvirSuhag 2 ปีที่แล้ว +4

    Sir Your videos is very knowledge full and factfull

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 ปีที่แล้ว

      Hey, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)

  • @bec_Divyansh
    @bec_Divyansh 3 ปีที่แล้ว +5

    Thanks for the crisp explanation, i understood it completely. Alas , i don't think my current laptop meets the requirements for such heavy work.

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Thank you for the appreciation. You can check our videos related to various technologies and subscribe to our channel to stay updated with all the trending technologies.

    • @caue3015
      @caue3015 2 ปีที่แล้ว

      Do you know what is the minimum required for this kind of work on computer ?

  • @binniwhereever
    @binniwhereever ปีที่แล้ว

    i'm interested in ai, i am happy to find this vidio. After watching the video on deep learning, I was truly amazed by the capabilities of this technology. Deep learning involves training neural networks with multiple layers to process and understand complex data. It's fascinating how these networks can learn from vast amounts of data and make accurate predictions.
    One thing that struck me was the concept of feature extraction. Deep learning models can automatically learn relevant features from the data.

  • @bethelhemlegesse3401
    @bethelhemlegesse3401 4 ปีที่แล้ว +10

    The answer is C. Thanks for the video it makes some much sense now. :)

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว +4

      "Hi Betty, we are sorry to say that you got the wrong answer but in any case, the contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct answer to the quiz is Option B.
      Explanation:
      In a neural network, the error in the model is always calculated after finding the predicted output, i.e., at the output layer of the network.This predicted output is compared with the actual output of the model. The backpropagation algorithm is performed on the network, and the weights are optimized to reduce the error in the model. This process is repeated multiple times to get the final output, which has the least minimum error.
      "

    • @mrhelperguy8151
      @mrhelperguy8151 4 ปีที่แล้ว +1

      BADC

    • @sdadas4986
      @sdadas4986 4 ปีที่แล้ว +1

      lmfao

    • @kitongpusa
      @kitongpusa 4 ปีที่แล้ว

      Lmao

  • @theuniverse9928
    @theuniverse9928 3 ปีที่แล้ว +1

    First take the input signal from input layer then sum of weight then added of bias to sum of weighted then these output taken by activation function( like sigmoid (1/e^-v)) as a input then activation function generates the output on output layer according to that input signal then according to the output action will be performed by specific neurons activated . So that B-C-A-D

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      The competition is now over, though. Thank you for watching and participating!

  • @veerareddydasari
    @veerareddydasari 3 ปีที่แล้ว +4

    B)Weighted Sum of inputs is calculated
    A)Bias is added
    D)Result is fed into activation function
    C)Specific Neuron is activated

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว +1

      "Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @sachinallugani3229
    @sachinallugani3229 4 ปีที่แล้ว

    the answer is B-A-D-C coz first the weights are calculated and the bias is added then this are given as inputs to activation record and specific neurons are activated : )

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      "Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @VivanJLea
    @VivanJLea 4 ปีที่แล้ว +9

    B-A-D-C
    The Answer in order of correctness is B.A.D.C
    Answer: B-A-D-C. Thank you very much !
    Scrolling through the comment section feels like watching an AI learning to comment on a video.

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว +3

      "Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @drakel7645
    @drakel7645 3 ปีที่แล้ว +2

    B- the weighted sum of the inputs is calculated
    A- the bias is added
    D- result is fed to an activation function
    C- specific neuron is activated

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว +1

      Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.

  • @SimplilearnOfficial
    @SimplilearnOfficial  4 ปีที่แล้ว +18

    Machine Learning is the Future and yours can begin today. Comment below with you email to get our latest Machine Learning Career Guide. Let your journey begin

    • @BuildingHopes
      @BuildingHopes 4 ปีที่แล้ว

      chukwunemeplus@gmail.com

    • @VonKushmarck
      @VonKushmarck 4 ปีที่แล้ว

      Where can I sign up without giving out personal email?

    • @fatmaelfayja6554
      @fatmaelfayja6554 4 ปีที่แล้ว

      fatielfayja@gmail.com

    • @shisikalareddy8711
      @shisikalareddy8711 4 ปีที่แล้ว

      krishnareddy00020@gmail.com

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว +2

      Hi, we have sent the ML guide to your email ID. Happy Learning.

  • @rendydwi_
    @rendydwi_ 4 ปีที่แล้ว +1

    B. The weighted sum of the inout is calculated

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      "Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @mariajuanasadventures3672
    @mariajuanasadventures3672 4 ปีที่แล้ว +4

    First, Option B - The weighted sum of the inputs is calculated. Second, Option A - the bias is added. Third, Option D - the result is fed to an activation function. Lastly, Option C - specific neuron is activated.

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      "Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @bidyutpatra8
    @bidyutpatra8 3 ปีที่แล้ว +1

    The working sequence of a neural network: B, A, D, C

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      "Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @kosephdrums
    @kosephdrums 3 ปีที่แล้ว +125

    "they don't even realize it's a bot on the other side" 🤣 yeah right

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว +5

      Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!

    • @AlexM-td3ro
      @AlexM-td3ro 2 ปีที่แล้ว +6

      😂😂😂

  • @mandeesman7889
    @mandeesman7889 4 ปีที่แล้ว +1

    1.The weight and some of the input is calculated
    2.theBias is added
    3.The result is fed to an activation
    4.The specific neuron is activated

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      Hi, we hope you found our video helpful. Do subscribe to our channel and stay updated. Cheers!

  • @tonylawlor8833
    @tonylawlor8833 4 ปีที่แล้ว +11

    Still none the wiser, I'm off down the pub, that I understand.

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว +2

      Well, thanks for watching our video anyways. We have given the proper answer with explanation for the quiz below. Thanks.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @nguyennhi8524
    @nguyennhi8524 ปีที่แล้ว +1

    Thank you so much!!! 👏

    • @SimplilearnOfficial
      @SimplilearnOfficial  ปีที่แล้ว

      We're thrilled to have been a part of your learning experience, and we hope that you feel confident and prepared to take on new challenges in your field. If you're interested in further expanding your knowledge, check out our course offerings in the description box.

  • @angelinarobert622
    @angelinarobert622 3 ปีที่แล้ว +4

    "Learning" implies "Understanding" among people. What we call Deep Learning is a misnomer. It ought to be called Deep Sorting. And Deep Matching for convolutional Neural Networks.
    Context adds meaning to a behavior.

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!

  • @AbdallahSensei
    @AbdallahSensei 2 ปีที่แล้ว

    1-specific neuron is actived
    2-the bias is added
    3-the weighted sum of the input is calculated
    4-the result is fed to an activation function

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 ปีที่แล้ว

      "Hi , we are sorry to say that you got the wrong answer but in any case, the contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @nayanagarwal3260
    @nayanagarwal3260 5 ปีที่แล้ว +3

    The answer to the question is in following sequence is :
    C
    B
    A
    D

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว +1

      Hi Nayan, thanks for your reply! We will give out the answer to the quiz next Wednesday, 12th June 2019. If your answer is right, you could be one of the 3 lucky winners to grab Rs 500 or 10$ worth Amazon voucher. Stay Tuned!

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว +1

      Hi Nayan, we are sorry to say that you got the wrong answer but in any case, the contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.

  • @tapanShahDiabetescure
    @tapanShahDiabetescure 5 ปีที่แล้ว +3

    Looking at the replies from others, it itself would teach you deep learning. Please read the choice people have opted for in the answers.

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      Thanks for watching our video. Also, support our channel by subscribing to our channel. Cheers.

  • @matthewsacco5825
    @matthewsacco5825 3 ปีที่แล้ว

    It is b. the weighted sum of input is calculated, then a.the bias is added, then c.the specific neuron is added, and lastly d.the result is feed to an activation function

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Sorry, that's the wrong answer.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.

  • @rituchoudhary5750
    @rituchoudhary5750 5 ปีที่แล้ว +3

    How many of you go back to find the answer of quiz 🙃

  • @billgatesusa
    @billgatesusa 2 ปีที่แล้ว +2

    The answer is
    B. The weighted sum of inputs is calculated
    A. The Bias is added.
    D. The result is fed to an activation function.
    C. Specific Neuron is activated.

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 ปีที่แล้ว

      "Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @poojagupta9812
    @poojagupta9812 5 ปีที่แล้ว +8

    B-A-D-C

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      Hi Pooja, thanks for your reply! We will give out the answer to the quiz next Wednesday, 12th June 2019. If your answer is right, you could be one of the 3 lucky winners to grab Rs 500 or 10$ worth Amazon voucher. Stay Tuned!

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      Hi Pooja, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.

  • @getachewwudu2804
    @getachewwudu2804 4 ปีที่แล้ว

    B. The weighted sum of input is calculated

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.

  • @Dyslexic-Artist-Theory-on-Time
    @Dyslexic-Artist-Theory-on-Time ปีที่แล้ว +1

    Good info!!!

    • @SimplilearnOfficial
      @SimplilearnOfficial  ปีที่แล้ว

      We're thrilled to have been a part of your learning experience, and we hope that you feel confident and prepared to take on new challenges in your field. If you're interested in further expanding your knowledge, check out our course offerings in the description box.

  • @vijayrsagar
    @vijayrsagar 3 ปีที่แล้ว +2

    Thank you for the response and providing correct answer. it's enlightening. Keep up.

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      We are so grateful for your kind words. Also, subscribe to our channel and stay tuned for more videos. Cheers!

  • @ZTsarmadOne
    @ZTsarmadOne 2 ปีที่แล้ว +1

    Thanks 😊.

  • @marcelino981
    @marcelino981 3 ปีที่แล้ว

    1.The weighted sum of the inputs is calculated
    2.The bias is added
    3. The result is fed to an activation function
    4. Specific neuron is activated

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.

  • @davidorpen9172
    @davidorpen9172 3 ปีที่แล้ว

    BADC. (B) Each neuron is connected to other neurons and has values associated with them. The weighted sum of inputs is calculated which causes bias (A). The result of this bias is fed to an activation function (D). Specific neurons are activated by the results fed (C).

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.

  • @sarfarazmansoori5560
    @sarfarazmansoori5560 3 ปีที่แล้ว +1

    Thank you so much sir your explanation is excellent & well organized the order of answer is BADC
    SIR I have one request can you give me this presentation for future reference plzzz

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      "Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @CHChandanMansani
    @CHChandanMansani 2 ปีที่แล้ว +1

    thank you so much simplilearn

  • @shashankkumar9744
    @shashankkumar9744 3 ปีที่แล้ว +1

    The answer is B. The weighted sum of the inputs is calculated
    A. The bias is added
    C. Specific neuron is activated
    D. The result is fed to an activation function

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      "Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @ArtsyMonstarlover
    @ArtsyMonstarlover 4 ปีที่แล้ว +2

    hey! yall helped me alot fr my computer exam, thnx^^

  • @FakhraJab
    @FakhraJab 3 หลายเดือนก่อน

    B. The weighted sum of inputs is calculated
    A. The Bias is added
    D. The result is fed to an activation function
    C. Specific Neuron is activated

  • @tameshaausley1187
    @tameshaausley1187 4 ปีที่แล้ว

    all options is right
    thanks for you it is best explanation about deep learning
    B-A-D-C

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      "Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @jamesblair1176
    @jamesblair1176 3 ปีที่แล้ว

    The order of the statements to describe the working of a neural network is B, A, D, C

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.

  • @RATANAGARWALITINFORMER
    @RATANAGARWALITINFORMER 4 ปีที่แล้ว +2

    v good explained

  • @madisonfranco1446
    @madisonfranco1446 3 ปีที่แล้ว

    1) The weight and some of the input is calculated
    2) The bias is added
    3) The result is fed into an activation
    4) The specific neuron is activated

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.

  • @ArtfulData
    @ArtfulData 9 หลายเดือนก่อน

    Absolutely fantastic video! Your clear explanations made complex concepts feel so approachable. Looking forward to more insightful content from your channel :-)

  • @ramnareshjharamya
    @ramnareshjharamya 2 หลายเดือนก่อน

    "This tutorial provided a clear and concise introduction to deep learning. The explanations were easy to follow, even for beginners."

  • @bhavya2301
    @bhavya2301 3 ปีที่แล้ว

    The Best Video✌️✌️

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Glad you enjoyed our video! We have a ton more videos like this on our channel. We hope you will join our community!

  • @gbopgaming3150
    @gbopgaming3150 4 ปีที่แล้ว

    Wow what an interesting video answer of the video is BADC

  • @wardbdear2761
    @wardbdear2761 ปีที่แล้ว

    thanks for the lesson. just turn off the music in the background and you`re good

  • @chakradharnaidusankarana853
    @chakradharnaidusankarana853 4 ปีที่แล้ว

    Deep learning is subset of machine learning and machine learning is subset of Artificial intelligence good explanation but i have a doubt (for beginners what should be learn first means first AI or ML or Dl)
    "Can you say the order for this course to learn "

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว +1

      If you have programming knowledge, you can start with Machine Learning.

  • @Bhatonia_Jaat
    @Bhatonia_Jaat 4 ปีที่แล้ว

    wow rly great video m looking forward to know about deep matric learning pls do consider

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Thanks for watching our video. To know more about deep learning, check out our playlist: th-cam.com/video/6M5VXKLf4D4/w-d-xo.html

  • @IITwillbemine9553
    @IITwillbemine9553 2 ปีที่แล้ว +2

    This was soo cool and interesting to learn, I got to know all bout networking now,
    B
    A
    D
    C
    This is the order of the correct answer

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 ปีที่แล้ว +1

      "Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @nabwitwuha9317
    @nabwitwuha9317 4 ปีที่แล้ว

    Wow it's a good video

  • @Amir_Yah
    @Amir_Yah 3 ปีที่แล้ว

    Very informative and useful

  • @pushpendrakumar-g4m
    @pushpendrakumar-g4m ปีที่แล้ว

    C)The Specific Neuron is added
    B) The Bias is added
    A)The weighted sum of input is calculated
    D)The Result is Feed to an Activation Function

  • @debleenasinha6672
    @debleenasinha6672 ปีที่แล้ว

    Debleena Sinha India thanks for sharing informative video Grateful Thankyou to TH-cam management staff and employees for loved ones

    • @SimplilearnOfficial
      @SimplilearnOfficial  ปีที่แล้ว

      We're so glad that you enjoyed your time learning with us! If you're interested in continuing your education and developing new skills, take a look at our course offerings in the description box. We're confident that you'll find something that piques your interest!

  • @nashwanadnan8926
    @nashwanadnan8926 4 ปีที่แล้ว

    all options is right
    thanks for you it is best explanation about deep learning

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว +1

      "Hi Nashwan, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @prasath.cchandraprasath3870
    @prasath.cchandraprasath3870 4 ปีที่แล้ว

    1. The bias is added
    2. Specific neuron is activated
    3. The result is fed to an activation function
    4. The weighted sum of the input is calculated
    So A-C-D-B

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      "Hi Prasath, we are sorry to say that you got the wrong answer but in any case, the contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @NaveenKumar-fk8ll
    @NaveenKumar-fk8ll 4 ปีที่แล้ว

    B, D, C, A is correct sequence

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      "Hi Naveen, we are sorry to say that you got the wrong answer but in any case, the contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @arjunjadhav9320
    @arjunjadhav9320 3 ปีที่แล้ว +1

    Answered many questions for me. Thank you!

  • @brianpetrovic3393
    @brianpetrovic3393 3 ปีที่แล้ว

    The correct order to describe the working of a neural network would be:
    B: The weighted sum of the inputs is calculated.
    A: The bias is added.
    D: The result is fed to an activation function.
    C: Specific neuron is activated.

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.

  • @christinafarah9271
    @christinafarah9271 3 ปีที่แล้ว +1

    Answer:
    1.The weighted sum of the inputs is calculated (B)
    2.The bias is added (A)
    3.The result is fed to an activation function (D)
    4.Specific neuron is activated (C)

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.

  • @veronicamacias2010
    @veronicamacias2010 3 ปีที่แล้ว

    The working for Neural Network:
    B. The weighted sum of inputs is calculated
    A. The Bias is added
    D. The result is fed to an activation function
    C. Specific Neuron is activated

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว +1

      Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.

  • @dadfaledhj6491
    @dadfaledhj6491 4 ปีที่แล้ว +2

    B-A-D-C
    The Answer in order of correctness is B.A.D.C
    Answer: B-A-D-C. Thank you very much !

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      "Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @faheytrnhazelbnn3390
    @faheytrnhazelbnn3390 4 ปีที่แล้ว +1

    The Answer in order of correctness is B.A.D.C
    Answer: B-A-D-C. Thank you very much !
    B-A-D-C
    Very clearly explained. Good Didactic.
    clear understanding. thanks for the video.

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      "Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @souravsainiinfinix9754
    @souravsainiinfinix9754 3 ปีที่แล้ว +1

    The correct order according to me is CBAD

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      "Hi xxx, we are sorry to say that you got the wrong answer but in any case, the contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @katiegellman2386
    @katiegellman2386 3 ปีที่แล้ว

    B- The weighted sum of the input is calculated
    A- the bias is added
    D- The result is fed to an activation function
    C- Specific neuron is activated

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.

  • @codinghacks2352
    @codinghacks2352 4 ปีที่แล้ว

    Which software are you using to create this video?
    Interactive and eye catching video✌️✌️

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      Hi, we use video scribe software and adobe premiere pro to make this video. Thanks.

    • @codinghacks2352
      @codinghacks2352 4 ปีที่แล้ว

      @@SimplilearnOfficial thank you for replying
      Videos are very interesting ✌️✌️🏆🏆

  • @ferce889
    @ferce889 4 ปีที่แล้ว

    I had a revelation less than 48 hours ago and now I know how to make AGI. I am currently finishing a paper that explains everything and provides an illustration of the model....I need help though because I don't know code language just yet. After i finish my paper in the next few days I'm going to start recruiting coders by asking podcasters to have me on their shows so i can talk about everything and ask for help

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      Hi Gregory, we do not do personalized help in projects. However, if you have any doubt in the video you can toss them over in the comment section.

  • @sumeratubasum8006
    @sumeratubasum8006 4 ปีที่แล้ว +1

    I wonder about graphic software for video lessons... what software you have used?

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว +2

      Hi Shanze, we have used Scribe Software and Adobe Premiere Pro to make these videos. Cheers!

  • @shamsulbashar2341
    @shamsulbashar2341 4 ปีที่แล้ว +1

    Quiz answer
    A Neural Network is working in the following sequence.
    B. The weighted sum of inputs is calculated
    A. The Bias is added
    D. The result is fed to an activation function
    C. Specific Neuron is activated

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      "Hi Shams, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @meghanmcconnell2523
    @meghanmcconnell2523 3 ปีที่แล้ว

    The order of the neural network is as follows:
    B. the weighted sum of inputs is calculated
    A. the bias is added
    D. the result is fed to an activation function
    C. specific neuron is activated

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.

  • @deepeshranjankhatri6775
    @deepeshranjankhatri6775 4 ปีที่แล้ว +1

    BADC but i m late
    Well thanks for the video

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      "Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @shrutikalamkar6167
    @shrutikalamkar6167 3 ปีที่แล้ว +1

    Excellent explanation 😍😍😍but can u plz tell from where you brought the bias formula did not understood that from where did 0.1 and 0.8 came

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @pratanubanerjee1675
    @pratanubanerjee1675 ปีที่แล้ว +1

    Very good episode

    • @SimplilearnOfficial
      @SimplilearnOfficial  ปีที่แล้ว

      We're thrilled to have been a part of your learning experience, and we hope that you feel confident and prepared to take on new challenges in your field. If you're interested in further expanding your knowledge, check out our course offerings in the description box.

  • @SaiKumar-qo1xl
    @SaiKumar-qo1xl 4 ปีที่แล้ว

    the sequence is
    B )The weighted sum of inputs is calculated
    A)The bias is Added
    D)The result is fed to activation function
    C) Specific neuron is activated

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว +1

      "Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @lillianhoffman6811
    @lillianhoffman6811 3 ปีที่แล้ว

    Order:
    B. the weighted sum of inputs is calculated
    A. the bias is added
    D. the result is fed to an activation function
    C. specific neuron is activated

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.

  • @johnsonbrown5735
    @johnsonbrown5735 5 ปีที่แล้ว +2

    Very clearly explained. Good Didactic.

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      Hey Johnson, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)

  • @r.babichloretta875
    @r.babichloretta875 4 ปีที่แล้ว +1

    B-A-D-C
    Very clearly explained. Good Didactic.
    The Answer in order of correctness is B.A.D.C

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      "Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @zzO3Ozz
    @zzO3Ozz 5 ปีที่แล้ว +2

    ok, B-A-D is clearly right in the order. But does 'C: specific neuron is activated' comes first or last? That is question for me ;)

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      Hi, do think and finalize your answer! We will give out the answer to the quiz next Wednesday, 12th June 2019. If your answer is right, you could be one of the 3 lucky winners to grab Rs 500 or 10$ worth Amazon voucher. Stay Tuned!

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว +1

      Hi, you almost got the right answer and the option 'C' comes last.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.

  • @jonnyzheng419
    @jonnyzheng419 3 ปีที่แล้ว +1

    Great explaination for the Deep learning! 言简意赅啊!

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Hope you enjoyed our video! We have a ton more videos like this on our channel. We hope you will join our community!

  • @rahulpal7251
    @rahulpal7251 4 ปีที่แล้ว +1

    Can you suggest me some deep learning online self pace course ?

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      Hi Rahul, you can check out Simplilearn's Deep Learning course with this link: www.simplilearn.com/deep-learning-course-with-tensorflow-training

  • @mithsindia5150
    @mithsindia5150 3 ปีที่แล้ว

    Very good video,many thanks 🙏

  • @elavarasanrangaraj3956
    @elavarasanrangaraj3956 5 ปีที่แล้ว +1

    clear understanding. thanks for the video.

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      Hey Elavarasan, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)

  • @raymondandreaswilke8176
    @raymondandreaswilke8176 2 ปีที่แล้ว +1

    under the line all 4i just been thinking is the sum of inputs just calculated before activation of neurons AND recalculated before presenting the result the match the summe before and after. Like Humans would before handing over there Examens...

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 ปีที่แล้ว

      Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!

  • @cincaisoyajr4624
    @cincaisoyajr4624 4 ปีที่แล้ว +1

    do you have any article related to ai in healthcare?

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว +2

      Yes, you can check out the article using this link: www.simplilearn.com/role-of-ai-and-big-data-in-healthcare-article

  • @peterkobasa
    @peterkobasa 3 ปีที่แล้ว

    My answer to the quiz:
    B. The weighted sum of the inputs is calculated
    A. The bias is added
    D. The result is fed to an activation function
    C. Specific neuron is activated

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.

  • @bouhannacheabdallah
    @bouhannacheabdallah 4 ปีที่แล้ว

    Gd channel

  • @mayurrandive5574
    @mayurrandive5574 3 ปีที่แล้ว +1

    The sequence should be BADC..

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว +1

      "Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.
      "

  • @colleenrauch4639
    @colleenrauch4639 3 ปีที่แล้ว +1

    The answer ro the quiz question is as follows:
    B: The weighted sum of the inputs is calculated
    A: The bias is added
    D: The result is fed to an activation function
    C: Specific neuron activated

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 ปีที่แล้ว

      Hi, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.

  • @faze_gabi8507
    @faze_gabi8507 4 ปีที่แล้ว

    what is the difference between deep learning and machine learning??

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 ปีที่แล้ว

      Hi Onel, you can check out this video to learn the difference between Deep Learning and Machine Learning: th-cam.com/video/9dFhZFUkzuQ/w-d-xo.html

  • @chenhunglin
    @chenhunglin 5 ปีที่แล้ว

    My answer for the quize is:
    B. Weighted sum of inputs is calculated
    A. Bias is added
    D. The result is fed to activation function.
    C. Specific neuron is activated

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 ปีที่แล้ว

      Hi Chen-Hung, you got the right answer. Kudos.
      The contest is over and winners have been announced in our community and also mentioned in the top comment of the video as well. Thanks for your participation.
      The correct order of working for Neural Network with explanation:
      B. The weighted sum of inputs is calculated
      A. The Bias is added
      D. The result is fed to an activation function
      C. Specific Neuron is activated
      Explanation: In a neural network, each neuron in one layer is connected to other neurons in the corresponding layers. These connections carry random weights. The weighted sum of the inputs is calculated, and an additional input in the form of a bias is added (w * x + b). The result of this is fed to an activation function. Based on a particular threshold value, only those neurons get activated that crosses the threshold value.

  • @ezzaldinshahrori
    @ezzaldinshahrori 4 ปีที่แล้ว

    you missed the R letter in the framework in the 5:00 minute in your timeline,

  • @safiashaikassistantprofess298
    @safiashaikassistantprofess298 2 ปีที่แล้ว +1

    I have presentation on deep learning tommorrow .can you pls share this video slides pls

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 ปีที่แล้ว

      We don't have any pdf of this particular video. For slides, you can check out our slideshare profile: www.slideshare.net/Simplilearn"