Saved Bookmarks
| 1. |
What Is A Backpropagation? |
|
Answer» Backpropagation is a training algorithm used for a multilayer neural NETWORKS. It moves the error information from the end of the NETWORK to all the weights INSIDE the network and thus allows for efficient computation of the gradient. The backpropagation algorithm can be divided into several steps:
Backpropagation is a training algorithm used for a multilayer neural networks. It moves the error information from the end of the network to all the weights inside the network and thus allows for efficient computation of the gradient. The backpropagation algorithm can be divided into several steps: |
|