Problem 58912. Neural Net: Back Propagation of Dual Output with Bias
This challenge is to return the WH_delta and WP_delta, given X, WH, WP, EPY using Sigmoid on the hidden layer and Softmax on the output layer. Test Cases will accumulate dWP and dWH to solve neural nets for XOR, AND, OR, and NAND.
[dPY,dWP,dHY,dWH]=Neural_Back_Propagation(X,WH,WP,EPY)
The Matlab Latex function for Back Propagation chart is in the function template.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers4
Suggested Problems
-
Which values occur exactly three times?
5172 Solvers
-
Create One Large Eye of size N x N Quickly?
93 Solvers
-
How long is the longest prime diagonal?
401 Solvers
-
Find the list of all open files
46 Solvers
-
Test if two numbers have the same digits
253 Solvers
More from this Author308
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!