0 votes
in Deep Learning by
How does Recurrent Neural Network backpropagation vary from Artificial Neural Network backpropagation?

1 Answer

0 votes
by

Backpropagation in Recurrent Neural Networks differ from that of Artificial Neural Networks in the sense that each node in Recurrent Neural Networks has an additional loop as shown in the following image:

This loop, in essence, incorporates a temporal component into the network. This allows for the capture of sequential information from data, which is impossible with a generic artificial neural network.

Related questions

0 votes
asked Dec 11, 2022 in Deep Learning by john ganales
+1 vote
asked Dec 13, 2022 in Deep Learning by Robindeniel
...