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 comments
Loading...
Problem Recent Solvers4
Suggested Problems
-
506 Solvers
-
Return the 'Size' of a String of Code
129 Solvers
-
Return unique values without sorting
1012 Solvers
-
Create a matrix X, where each column is a shifted copy of the vector v
225 Solvers
-
Create logical matrix with a specific row and column sums
349 Solvers
More from this Author306
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!