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
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
53018 Solvers
-
422 Solvers
-
433 Solvers
-
Combinations without using nchoosek
138 Solvers
-
Test if two numbers have the same digits
266 Solvers
More from this Author305
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!