Recent questions tagged backpropagation

3 3 votes
1 answers 1 answer
6.0k
6.0k views
The goal of backpropagation is to optimize the weights so that the neural network can learn how to correctly map arbitrary inputs to outputs.Assume for the following neur...
3 3 votes
1 answers 1 answer
7.4k
7.4k views
Assume we have the following neural network and all activation functions are $f(z)=z$. If the weights are initialized with the values you see in table below, what will be...
2 2 votes
1 answers 1 answer
6.6k
6.6k views
For the below neural network, imagine we are going to use the backpropagation algorithm to update weights. If the Bias (b) in this problem is always 0 (ignore bias when y...
To see more, click for the full list of questions or popular tags.