SlideShare a Scribd company logo
1 of 4
© SuperDataScienceDeep Learning A-Z
© SuperDataScienceDeep Learning A-Z
Image Source: neuralnetworksanddeeplearning.com
Forward PropagationBackpropagation
© SuperDataScienceDeep Learning A-Z
Neural Networks and Deep
Learning
Michael Nielsen (2015)
Link:
http://neuralnetworksanddeeplearning.com/chap2.html
Additional Reading:
© SuperDataScienceDeep Learning A-Z
STEP 1: Randomly initialise the weights to small numbers close to 0 (but not 0).
STEP 2: Input the first observation of your dataset in the input layer, each feature in one input node.
STEP 3: Forward-Propagation: from left to right, the neurons are activated in a way that the impact of each neuron’s
activation is limited by the weights. Propagate the activations until getting the predicted result y.
STEP 4: Compare the predicted result to the actual result. Measure the generated error.
STEP 5: Back-Propagation: from right to left, the error is back-propagated. Update the weights according to how much
they are responsible for the error. The learning rate decides by how much we update the weights.
STEP 6: Repeat Steps 1 to 5 and update the weights after each observation (Reinforcement Learning). Or:
Repeat Steps 1 to 5 but update the weights only after a batch of observations (Batch Learning).
STEP 7: When the whole training set passed through the ANN, that makes an epoch. Redo more epochs.

More Related Content

What's hot

Deep Learning A-Z™: Recurrent Neural Networks (RNN) - Practical Intuition
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - Practical IntuitionDeep Learning A-Z™: Recurrent Neural Networks (RNN) - Practical Intuition
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - Practical IntuitionKirill Eremenko
 
Deep Learning A-Z™: Boltzmann Machine - Module 5 - Boltzmann Machine
Deep Learning A-Z™: Boltzmann Machine - Module 5 - Boltzmann MachineDeep Learning A-Z™: Boltzmann Machine - Module 5 - Boltzmann Machine
Deep Learning A-Z™: Boltzmann Machine - Module 5 - Boltzmann MachineKirill Eremenko
 
Deep Learning A-Z™: AutoEncoders - Module 6
Deep Learning A-Z™: AutoEncoders  - Module 6Deep Learning A-Z™: AutoEncoders  - Module 6
Deep Learning A-Z™: AutoEncoders - Module 6Kirill Eremenko
 
Deep Learning A-Z™: Boltzmann Machines - Contrastive Divergence
Deep Learning A-Z™: Boltzmann Machines  - Contrastive DivergenceDeep Learning A-Z™: Boltzmann Machines  - Contrastive Divergence
Deep Learning A-Z™: Boltzmann Machines - Contrastive DivergenceKirill Eremenko
 
Deep Learning A-Z™: Boltzmann Machines - Energy Based Models (ebm)
Deep Learning A-Z™: Boltzmann Machines  - Energy Based Models (ebm)Deep Learning A-Z™: Boltzmann Machines  - Energy Based Models (ebm)
Deep Learning A-Z™: Boltzmann Machines - Energy Based Models (ebm)Kirill Eremenko
 
Deep Learning A-Z™: Self Organizing Maps (SOM) - K-Means Clustering
Deep Learning A-Z™: Self Organizing Maps (SOM) - K-Means ClusteringDeep Learning A-Z™: Self Organizing Maps (SOM) - K-Means Clustering
Deep Learning A-Z™: Self Organizing Maps (SOM) - K-Means ClusteringKirill Eremenko
 
Deep Learning A-Z™: Self Organizing Maps (SOM) - How do SOMs learn (part 2)
Deep Learning A-Z™: Self Organizing Maps (SOM) - How do SOMs learn (part 2)Deep Learning A-Z™: Self Organizing Maps (SOM) - How do SOMs learn (part 2)
Deep Learning A-Z™: Self Organizing Maps (SOM) - How do SOMs learn (part 2)Kirill Eremenko
 
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - Module 3
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - Module 3Deep Learning A-Z™: Recurrent Neural Networks (RNN) - Module 3
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - Module 3Kirill Eremenko
 
Deep Learning A-Z™: Self Organizing Maps (SOM) - Module 4
Deep Learning A-Z™: Self Organizing Maps (SOM) - Module 4Deep Learning A-Z™: Self Organizing Maps (SOM) - Module 4
Deep Learning A-Z™: Self Organizing Maps (SOM) - Module 4Kirill Eremenko
 
Deep Learning A-Z™: Boltzmann Machines - Boltzmann Machine
Deep Learning A-Z™: Boltzmann Machines  - Boltzmann MachineDeep Learning A-Z™: Boltzmann Machines  - Boltzmann Machine
Deep Learning A-Z™: Boltzmann Machines - Boltzmann MachineKirill Eremenko
 
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Module 2
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Module 2Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Module 2
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Module 2Kirill Eremenko
 
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 1(b): ReLU Layer
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 1(b): ReLU LayerDeep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 1(b): ReLU Layer
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 1(b): ReLU LayerKirill Eremenko
 
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 2: Pooling
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 2: PoolingDeep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 2: Pooling
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 2: PoolingKirill Eremenko
 
Deep Learning A-Z™: Artificial Neural Networks (ANN) - Module 1
Deep Learning A-Z™: Artificial Neural Networks (ANN) - Module 1Deep Learning A-Z™: Artificial Neural Networks (ANN) - Module 1
Deep Learning A-Z™: Artificial Neural Networks (ANN) - Module 1Kirill Eremenko
 
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - The Idea Behind Recurre...
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - The Idea Behind Recurre...Deep Learning A-Z™: Recurrent Neural Networks (RNN) - The Idea Behind Recurre...
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - The Idea Behind Recurre...Kirill Eremenko
 
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Summary
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - SummaryDeep Learning A-Z™: Convolutional Neural Networks (CNN) - Summary
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - SummaryKirill Eremenko
 
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - LSTMs
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - LSTMsDeep Learning A-Z™: Recurrent Neural Networks (RNN) - LSTMs
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - LSTMsKirill Eremenko
 
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - The Vanishing Gradient ...
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - The Vanishing Gradient ...Deep Learning A-Z™: Recurrent Neural Networks (RNN) - The Vanishing Gradient ...
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - The Vanishing Gradient ...Kirill Eremenko
 
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 1: Convolution...
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 1: Convolution...Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 1: Convolution...
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 1: Convolution...Kirill Eremenko
 
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 3: Flattening
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 3: FlatteningDeep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 3: Flattening
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 3: FlatteningKirill Eremenko
 

What's hot (20)

Deep Learning A-Z™: Recurrent Neural Networks (RNN) - Practical Intuition
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - Practical IntuitionDeep Learning A-Z™: Recurrent Neural Networks (RNN) - Practical Intuition
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - Practical Intuition
 
Deep Learning A-Z™: Boltzmann Machine - Module 5 - Boltzmann Machine
Deep Learning A-Z™: Boltzmann Machine - Module 5 - Boltzmann MachineDeep Learning A-Z™: Boltzmann Machine - Module 5 - Boltzmann Machine
Deep Learning A-Z™: Boltzmann Machine - Module 5 - Boltzmann Machine
 
Deep Learning A-Z™: AutoEncoders - Module 6
Deep Learning A-Z™: AutoEncoders  - Module 6Deep Learning A-Z™: AutoEncoders  - Module 6
Deep Learning A-Z™: AutoEncoders - Module 6
 
Deep Learning A-Z™: Boltzmann Machines - Contrastive Divergence
Deep Learning A-Z™: Boltzmann Machines  - Contrastive DivergenceDeep Learning A-Z™: Boltzmann Machines  - Contrastive Divergence
Deep Learning A-Z™: Boltzmann Machines - Contrastive Divergence
 
Deep Learning A-Z™: Boltzmann Machines - Energy Based Models (ebm)
Deep Learning A-Z™: Boltzmann Machines  - Energy Based Models (ebm)Deep Learning A-Z™: Boltzmann Machines  - Energy Based Models (ebm)
Deep Learning A-Z™: Boltzmann Machines - Energy Based Models (ebm)
 
Deep Learning A-Z™: Self Organizing Maps (SOM) - K-Means Clustering
Deep Learning A-Z™: Self Organizing Maps (SOM) - K-Means ClusteringDeep Learning A-Z™: Self Organizing Maps (SOM) - K-Means Clustering
Deep Learning A-Z™: Self Organizing Maps (SOM) - K-Means Clustering
 
Deep Learning A-Z™: Self Organizing Maps (SOM) - How do SOMs learn (part 2)
Deep Learning A-Z™: Self Organizing Maps (SOM) - How do SOMs learn (part 2)Deep Learning A-Z™: Self Organizing Maps (SOM) - How do SOMs learn (part 2)
Deep Learning A-Z™: Self Organizing Maps (SOM) - How do SOMs learn (part 2)
 
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - Module 3
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - Module 3Deep Learning A-Z™: Recurrent Neural Networks (RNN) - Module 3
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - Module 3
 
Deep Learning A-Z™: Self Organizing Maps (SOM) - Module 4
Deep Learning A-Z™: Self Organizing Maps (SOM) - Module 4Deep Learning A-Z™: Self Organizing Maps (SOM) - Module 4
Deep Learning A-Z™: Self Organizing Maps (SOM) - Module 4
 
Deep Learning A-Z™: Boltzmann Machines - Boltzmann Machine
Deep Learning A-Z™: Boltzmann Machines  - Boltzmann MachineDeep Learning A-Z™: Boltzmann Machines  - Boltzmann Machine
Deep Learning A-Z™: Boltzmann Machines - Boltzmann Machine
 
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Module 2
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Module 2Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Module 2
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Module 2
 
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 1(b): ReLU Layer
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 1(b): ReLU LayerDeep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 1(b): ReLU Layer
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 1(b): ReLU Layer
 
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 2: Pooling
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 2: PoolingDeep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 2: Pooling
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 2: Pooling
 
Deep Learning A-Z™: Artificial Neural Networks (ANN) - Module 1
Deep Learning A-Z™: Artificial Neural Networks (ANN) - Module 1Deep Learning A-Z™: Artificial Neural Networks (ANN) - Module 1
Deep Learning A-Z™: Artificial Neural Networks (ANN) - Module 1
 
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - The Idea Behind Recurre...
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - The Idea Behind Recurre...Deep Learning A-Z™: Recurrent Neural Networks (RNN) - The Idea Behind Recurre...
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - The Idea Behind Recurre...
 
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Summary
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - SummaryDeep Learning A-Z™: Convolutional Neural Networks (CNN) - Summary
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Summary
 
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - LSTMs
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - LSTMsDeep Learning A-Z™: Recurrent Neural Networks (RNN) - LSTMs
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - LSTMs
 
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - The Vanishing Gradient ...
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - The Vanishing Gradient ...Deep Learning A-Z™: Recurrent Neural Networks (RNN) - The Vanishing Gradient ...
Deep Learning A-Z™: Recurrent Neural Networks (RNN) - The Vanishing Gradient ...
 
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 1: Convolution...
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 1: Convolution...Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 1: Convolution...
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 1: Convolution...
 
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 3: Flattening
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 3: FlatteningDeep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 3: Flattening
Deep Learning A-Z™: Convolutional Neural Networks (CNN) - Step 3: Flattening
 

Similar to Deep Learning A-Z™: Artificial Neural Networks (ANN) - Backpropagation

NITW_Improving Deep Neural Networks (1).pptx
NITW_Improving Deep Neural Networks (1).pptxNITW_Improving Deep Neural Networks (1).pptx
NITW_Improving Deep Neural Networks (1).pptxDrKBManwade
 
NITW_Improving Deep Neural Networks.pptx
NITW_Improving Deep Neural Networks.pptxNITW_Improving Deep Neural Networks.pptx
NITW_Improving Deep Neural Networks.pptxssuserd23711
 
Setting Artificial Neural Networks parameters
Setting Artificial Neural Networks parametersSetting Artificial Neural Networks parameters
Setting Artificial Neural Networks parametersMadhumita Tamhane
 
Data Science - Part VIII - Artifical Neural Network
Data Science - Part VIII -  Artifical Neural NetworkData Science - Part VIII -  Artifical Neural Network
Data Science - Part VIII - Artifical Neural NetworkDerek Kane
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural NetworkDessy Amirudin
 
Neural Network Based Individual Classification System
Neural Network Based Individual Classification SystemNeural Network Based Individual Classification System
Neural Network Based Individual Classification SystemIRJET Journal
 
Electricity Demand Forecasting Using ANN
Electricity Demand Forecasting Using ANNElectricity Demand Forecasting Using ANN
Electricity Demand Forecasting Using ANNNaren Chandra Kattla
 
Neural-Networks.ppt
Neural-Networks.pptNeural-Networks.ppt
Neural-Networks.pptRINUSATHYAN
 
08 neural networks
08 neural networks08 neural networks
08 neural networksankit_ppt
 
Deep Learning A-Z™: AutoEncoders - Training an AutoEncoder
Deep Learning A-Z™: AutoEncoders  - Training an AutoEncoderDeep Learning A-Z™: AutoEncoders  - Training an AutoEncoder
Deep Learning A-Z™: AutoEncoders - Training an AutoEncoderKirill Eremenko
 
Neural basics
Neural basicsNeural basics
Neural basicscoursesub
 
The Introduction to Neural Networks.ppt
The Introduction to Neural Networks.pptThe Introduction to Neural Networks.ppt
The Introduction to Neural Networks.pptmoh2020
 
Deep Learning Interview Questions And Answers | AI & Deep Learning Interview ...
Deep Learning Interview Questions And Answers | AI & Deep Learning Interview ...Deep Learning Interview Questions And Answers | AI & Deep Learning Interview ...
Deep Learning Interview Questions And Answers | AI & Deep Learning Interview ...Simplilearn
 
Simulation of Single and Multilayer of Artificial Neural Network using Verilog
Simulation of Single and Multilayer of Artificial Neural Network using VerilogSimulation of Single and Multilayer of Artificial Neural Network using Verilog
Simulation of Single and Multilayer of Artificial Neural Network using Verilogijsrd.com
 
2.5 backpropagation
2.5 backpropagation2.5 backpropagation
2.5 backpropagationKrish_ver2
 

Similar to Deep Learning A-Z™: Artificial Neural Networks (ANN) - Backpropagation (20)

NITW_Improving Deep Neural Networks (1).pptx
NITW_Improving Deep Neural Networks (1).pptxNITW_Improving Deep Neural Networks (1).pptx
NITW_Improving Deep Neural Networks (1).pptx
 
NITW_Improving Deep Neural Networks.pptx
NITW_Improving Deep Neural Networks.pptxNITW_Improving Deep Neural Networks.pptx
NITW_Improving Deep Neural Networks.pptx
 
Setting Artificial Neural Networks parameters
Setting Artificial Neural Networks parametersSetting Artificial Neural Networks parameters
Setting Artificial Neural Networks parameters
 
Data Science - Part VIII - Artifical Neural Network
Data Science - Part VIII -  Artifical Neural NetworkData Science - Part VIII -  Artifical Neural Network
Data Science - Part VIII - Artifical Neural Network
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
Neural Network Based Individual Classification System
Neural Network Based Individual Classification SystemNeural Network Based Individual Classification System
Neural Network Based Individual Classification System
 
Electricity Demand Forecasting Using ANN
Electricity Demand Forecasting Using ANNElectricity Demand Forecasting Using ANN
Electricity Demand Forecasting Using ANN
 
Neural-Networks.ppt
Neural-Networks.pptNeural-Networks.ppt
Neural-Networks.ppt
 
08 neural networks
08 neural networks08 neural networks
08 neural networks
 
Deep Learning A-Z™: AutoEncoders - Training an AutoEncoder
Deep Learning A-Z™: AutoEncoders  - Training an AutoEncoderDeep Learning A-Z™: AutoEncoders  - Training an AutoEncoder
Deep Learning A-Z™: AutoEncoders - Training an AutoEncoder
 
CS767_Lecture_05.pptx
CS767_Lecture_05.pptxCS767_Lecture_05.pptx
CS767_Lecture_05.pptx
 
Lectura seis
Lectura seisLectura seis
Lectura seis
 
Neural basics
Neural basicsNeural basics
Neural basics
 
The Introduction to Neural Networks.ppt
The Introduction to Neural Networks.pptThe Introduction to Neural Networks.ppt
The Introduction to Neural Networks.ppt
 
Backpropagation.pptx
Backpropagation.pptxBackpropagation.pptx
Backpropagation.pptx
 
2.2 CLASS.pdf
2.2 CLASS.pdf2.2 CLASS.pdf
2.2 CLASS.pdf
 
Unit 2
Unit 2Unit 2
Unit 2
 
Deep Learning Interview Questions And Answers | AI & Deep Learning Interview ...
Deep Learning Interview Questions And Answers | AI & Deep Learning Interview ...Deep Learning Interview Questions And Answers | AI & Deep Learning Interview ...
Deep Learning Interview Questions And Answers | AI & Deep Learning Interview ...
 
Simulation of Single and Multilayer of Artificial Neural Network using Verilog
Simulation of Single and Multilayer of Artificial Neural Network using VerilogSimulation of Single and Multilayer of Artificial Neural Network using Verilog
Simulation of Single and Multilayer of Artificial Neural Network using Verilog
 
2.5 backpropagation
2.5 backpropagation2.5 backpropagation
2.5 backpropagation
 

More from Kirill Eremenko

Deep Learning A-Z™: Regression & Classification - Module 7
Deep Learning A-Z™: Regression & Classification - Module 7Deep Learning A-Z™: Regression & Classification - Module 7
Deep Learning A-Z™: Regression & Classification - Module 7Kirill Eremenko
 
Deep Learning A-Z™: Autoencoders - Sparse Autoencoders
Deep Learning A-Z™: Autoencoders  - Sparse AutoencodersDeep Learning A-Z™: Autoencoders  - Sparse Autoencoders
Deep Learning A-Z™: Autoencoders - Sparse AutoencodersKirill Eremenko
 
Deep Learning A-Z™: Regression & Classification - Simple Linear Regression - ...
Deep Learning A-Z™: Regression & Classification - Simple Linear Regression - ...Deep Learning A-Z™: Regression & Classification - Simple Linear Regression - ...
Deep Learning A-Z™: Regression & Classification - Simple Linear Regression - ...Kirill Eremenko
 
Deep Learning A-Z™: Regression & Classification - Simple Linear Regression - ...
Deep Learning A-Z™: Regression & Classification - Simple Linear Regression - ...Deep Learning A-Z™: Regression & Classification - Simple Linear Regression - ...
Deep Learning A-Z™: Regression & Classification - Simple Linear Regression - ...Kirill Eremenko
 
Deep Learning A-Z™: Autoencoders - Contractive Autoencoders
Deep Learning A-Z™: Autoencoders  - Contractive AutoencodersDeep Learning A-Z™: Autoencoders  - Contractive Autoencoders
Deep Learning A-Z™: Autoencoders - Contractive AutoencodersKirill Eremenko
 
Deep Learning A-Z™: Regression & Classification - Logistic Regression
Deep Learning A-Z™: Regression & Classification - Logistic RegressionDeep Learning A-Z™: Regression & Classification - Logistic Regression
Deep Learning A-Z™: Regression & Classification - Logistic RegressionKirill Eremenko
 
Deep Learning A-Z™: Autoencoders - Stacked Autoencoders
Deep Learning A-Z™: Autoencoders  - Stacked AutoencodersDeep Learning A-Z™: Autoencoders  - Stacked Autoencoders
Deep Learning A-Z™: Autoencoders - Stacked AutoencodersKirill Eremenko
 
Deep Learning A-Z™: Autoencoders - Denoising Autoencoders
Deep Learning A-Z™: Autoencoders  - Denoising AutoencodersDeep Learning A-Z™: Autoencoders  - Denoising Autoencoders
Deep Learning A-Z™: Autoencoders - Denoising AutoencodersKirill Eremenko
 
Deep Learning A-Z™: Boltzmann Machines - Restricted Boltzmann Machine
Deep Learning A-Z™: Boltzmann Machines  - Restricted Boltzmann MachineDeep Learning A-Z™: Boltzmann Machines  - Restricted Boltzmann Machine
Deep Learning A-Z™: Boltzmann Machines - Restricted Boltzmann MachineKirill Eremenko
 
Deep Learning A-Z™: Regression - Multiple Linear Regression Intuition
Deep Learning A-Z™: Regression - Multiple Linear Regression IntuitionDeep Learning A-Z™: Regression - Multiple Linear Regression Intuition
Deep Learning A-Z™: Regression - Multiple Linear Regression IntuitionKirill Eremenko
 
Deep Learning A-Z™: Boltzmann Machines - Deep Belief Networks
Deep Learning A-Z™: Boltzmann Machines  - Deep Belief NetworksDeep Learning A-Z™: Boltzmann Machines  - Deep Belief Networks
Deep Learning A-Z™: Boltzmann Machines - Deep Belief NetworksKirill Eremenko
 
Deep Learning A-Z™: Boltzmann Machines - Deep Boltzmann Machines
Deep Learning A-Z™: Boltzmann Machines  - Deep Boltzmann MachinesDeep Learning A-Z™: Boltzmann Machines  - Deep Boltzmann Machines
Deep Learning A-Z™: Boltzmann Machines - Deep Boltzmann MachinesKirill Eremenko
 
Deep Learning A-Z™: Boltzmann Machines - Plan of Attack
Deep Learning A-Z™: Boltzmann Machines  - Plan of AttackDeep Learning A-Z™: Boltzmann Machines  - Plan of Attack
Deep Learning A-Z™: Boltzmann Machines - Plan of AttackKirill Eremenko
 
Deep Learning A-Z™: Self Organizing Maps (SOM) - Reading an Advanced SOM
Deep Learning A-Z™: Self Organizing Maps (SOM) - Reading an Advanced SOMDeep Learning A-Z™: Self Organizing Maps (SOM) - Reading an Advanced SOM
Deep Learning A-Z™: Self Organizing Maps (SOM) - Reading an Advanced SOMKirill Eremenko
 
Deep Learning A-Z™: Self Organizing Maps (SOM) - K-Means Clustering (part 2)
Deep Learning A-Z™: Self Organizing Maps (SOM) - K-Means Clustering (part 2)Deep Learning A-Z™: Self Organizing Maps (SOM) - K-Means Clustering (part 2)
Deep Learning A-Z™: Self Organizing Maps (SOM) - K-Means Clustering (part 2)Kirill Eremenko
 
Deep Learning A-Z™: Self Organizing Maps (SOM) - How do SOMs learn (part 1)
Deep Learning A-Z™: Self Organizing Maps (SOM) - How do SOMs learn (part 1)Deep Learning A-Z™: Self Organizing Maps (SOM) - How do SOMs learn (part 1)
Deep Learning A-Z™: Self Organizing Maps (SOM) - How do SOMs learn (part 1)Kirill Eremenko
 

More from Kirill Eremenko (16)

Deep Learning A-Z™: Regression & Classification - Module 7
Deep Learning A-Z™: Regression & Classification - Module 7Deep Learning A-Z™: Regression & Classification - Module 7
Deep Learning A-Z™: Regression & Classification - Module 7
 
Deep Learning A-Z™: Autoencoders - Sparse Autoencoders
Deep Learning A-Z™: Autoencoders  - Sparse AutoencodersDeep Learning A-Z™: Autoencoders  - Sparse Autoencoders
Deep Learning A-Z™: Autoencoders - Sparse Autoencoders
 
Deep Learning A-Z™: Regression & Classification - Simple Linear Regression - ...
Deep Learning A-Z™: Regression & Classification - Simple Linear Regression - ...Deep Learning A-Z™: Regression & Classification - Simple Linear Regression - ...
Deep Learning A-Z™: Regression & Classification - Simple Linear Regression - ...
 
Deep Learning A-Z™: Regression & Classification - Simple Linear Regression - ...
Deep Learning A-Z™: Regression & Classification - Simple Linear Regression - ...Deep Learning A-Z™: Regression & Classification - Simple Linear Regression - ...
Deep Learning A-Z™: Regression & Classification - Simple Linear Regression - ...
 
Deep Learning A-Z™: Autoencoders - Contractive Autoencoders
Deep Learning A-Z™: Autoencoders  - Contractive AutoencodersDeep Learning A-Z™: Autoencoders  - Contractive Autoencoders
Deep Learning A-Z™: Autoencoders - Contractive Autoencoders
 
Deep Learning A-Z™: Regression & Classification - Logistic Regression
Deep Learning A-Z™: Regression & Classification - Logistic RegressionDeep Learning A-Z™: Regression & Classification - Logistic Regression
Deep Learning A-Z™: Regression & Classification - Logistic Regression
 
Deep Learning A-Z™: Autoencoders - Stacked Autoencoders
Deep Learning A-Z™: Autoencoders  - Stacked AutoencodersDeep Learning A-Z™: Autoencoders  - Stacked Autoencoders
Deep Learning A-Z™: Autoencoders - Stacked Autoencoders
 
Deep Learning A-Z™: Autoencoders - Denoising Autoencoders
Deep Learning A-Z™: Autoencoders  - Denoising AutoencodersDeep Learning A-Z™: Autoencoders  - Denoising Autoencoders
Deep Learning A-Z™: Autoencoders - Denoising Autoencoders
 
Deep Learning A-Z™: Boltzmann Machines - Restricted Boltzmann Machine
Deep Learning A-Z™: Boltzmann Machines  - Restricted Boltzmann MachineDeep Learning A-Z™: Boltzmann Machines  - Restricted Boltzmann Machine
Deep Learning A-Z™: Boltzmann Machines - Restricted Boltzmann Machine
 
Deep Learning A-Z™: Regression - Multiple Linear Regression Intuition
Deep Learning A-Z™: Regression - Multiple Linear Regression IntuitionDeep Learning A-Z™: Regression - Multiple Linear Regression Intuition
Deep Learning A-Z™: Regression - Multiple Linear Regression Intuition
 
Deep Learning A-Z™: Boltzmann Machines - Deep Belief Networks
Deep Learning A-Z™: Boltzmann Machines  - Deep Belief NetworksDeep Learning A-Z™: Boltzmann Machines  - Deep Belief Networks
Deep Learning A-Z™: Boltzmann Machines - Deep Belief Networks
 
Deep Learning A-Z™: Boltzmann Machines - Deep Boltzmann Machines
Deep Learning A-Z™: Boltzmann Machines  - Deep Boltzmann MachinesDeep Learning A-Z™: Boltzmann Machines  - Deep Boltzmann Machines
Deep Learning A-Z™: Boltzmann Machines - Deep Boltzmann Machines
 
Deep Learning A-Z™: Boltzmann Machines - Plan of Attack
Deep Learning A-Z™: Boltzmann Machines  - Plan of AttackDeep Learning A-Z™: Boltzmann Machines  - Plan of Attack
Deep Learning A-Z™: Boltzmann Machines - Plan of Attack
 
Deep Learning A-Z™: Self Organizing Maps (SOM) - Reading an Advanced SOM
Deep Learning A-Z™: Self Organizing Maps (SOM) - Reading an Advanced SOMDeep Learning A-Z™: Self Organizing Maps (SOM) - Reading an Advanced SOM
Deep Learning A-Z™: Self Organizing Maps (SOM) - Reading an Advanced SOM
 
Deep Learning A-Z™: Self Organizing Maps (SOM) - K-Means Clustering (part 2)
Deep Learning A-Z™: Self Organizing Maps (SOM) - K-Means Clustering (part 2)Deep Learning A-Z™: Self Organizing Maps (SOM) - K-Means Clustering (part 2)
Deep Learning A-Z™: Self Organizing Maps (SOM) - K-Means Clustering (part 2)
 
Deep Learning A-Z™: Self Organizing Maps (SOM) - How do SOMs learn (part 1)
Deep Learning A-Z™: Self Organizing Maps (SOM) - How do SOMs learn (part 1)Deep Learning A-Z™: Self Organizing Maps (SOM) - How do SOMs learn (part 1)
Deep Learning A-Z™: Self Organizing Maps (SOM) - How do SOMs learn (part 1)
 

Recently uploaded

Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 

Recently uploaded (20)

Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 

Deep Learning A-Z™: Artificial Neural Networks (ANN) - Backpropagation

  • 2. © SuperDataScienceDeep Learning A-Z Image Source: neuralnetworksanddeeplearning.com Forward PropagationBackpropagation
  • 3. © SuperDataScienceDeep Learning A-Z Neural Networks and Deep Learning Michael Nielsen (2015) Link: http://neuralnetworksanddeeplearning.com/chap2.html Additional Reading:
  • 4. © SuperDataScienceDeep Learning A-Z STEP 1: Randomly initialise the weights to small numbers close to 0 (but not 0). STEP 2: Input the first observation of your dataset in the input layer, each feature in one input node. STEP 3: Forward-Propagation: from left to right, the neurons are activated in a way that the impact of each neuron’s activation is limited by the weights. Propagate the activations until getting the predicted result y. STEP 4: Compare the predicted result to the actual result. Measure the generated error. STEP 5: Back-Propagation: from right to left, the error is back-propagated. Update the weights according to how much they are responsible for the error. The learning rate decides by how much we update the weights. STEP 6: Repeat Steps 1 to 5 and update the weights after each observation (Reinforcement Learning). Or: Repeat Steps 1 to 5 but update the weights only after a batch of observations (Batch Learning). STEP 7: When the whole training set passed through the ANN, that makes an epoch. Redo more epochs.