Computer Science, asked by jakkaraju8481, 1 year ago

In a Neural Network, all the edges and nodes have the same Weight and Bias values.

Answers

Answered by assassinCS
2
In any neural network based on the input and output values, a neural network algorithm then assigns the weights to the network between nodes to minimize the risk or cost function. Uodating a bias is entirely upto the programmer most of the time it is kept as a constant value into the network.
Similar questions