Computer Science, asked by abusalman7416, 9 months ago

How back propagation algorithm is implemented for multilayer feed forward network?

Answers

Answered by itzBrainlyBoy
12

Answer:

Technically, the backpropagation algorithm is a method for training the weights in a multilayer feed-forward neural network. As such, it requires a network structure to be defined of one or more layers where one layer is fully connected to the next layer....

#⃣#⃣#⃣#⃣

Answered by Anonymous
0

Answer:

☑ The backpropagation algorithm performs learning on a multilayer feed-forward neural network. It iteratively learns a set of weights for prediction of the class label of tuples. A multilayer feed-forward neural network consists of an input layer, one or more hidden layers, and an output layer.

Similar questions