Sociology, asked by Khushii7476, 1 year ago

What is backpropagation how does it work?

Answers

Answered by rivu4
5
Backpropagation, short for "backward propagation of errors," is an algorithm for supervised learning of artificial neural networks using gradient descent. Given an artificial neural network and an error function, the method calculates the gradient of the error function with respect to the neural network's weights.
Each neuron in a layer has its own set of weights — so while each neuron in a layer is looking at the same inputs, their outputs will all be different. When using a neural network to approximate a function, the data is forwarded through the network layer-by-layer until it reaches the final layer.

IF IT IS CORRECT MARK BRAINLIEST ✌️
Answered by arshikapal6
0

Explanation:

Back propagation in data mining simplifies the network structure by removing weighted links try that have a m in minimal effects on trained network.

It is especially useful for deep neural networks working on error - prone projects, such as image or speech recognition. Back propagation algorithm in machine learning is fast, simple and easy to program.

Similar questions