Problem 58917. Neural Net: Back Propagation of Quad Output with Bias, ReLU
This challenge is to return the WH_delta and WP_delta, given X, WH, WP, EPY using ReLU on the hidden layer and Softmax on the output layer. Test Cases will accumulate dWP and dWH to solve neural nets for Counter, Subtractor,Mux. Test Cases will have four output cases. ReLU performs well on multiple output cases.
[dWP,dWH]=Neural_Back_Propagation_ReLU(X,WH,WP,EPY)
The matlab Latex code for making the Back Propagation chart included in template.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers5
Suggested Problems
-
Find the "ordinary" or Euclidean distance between A and Z
163 Solvers
-
Flip the main diagonal of a matrix
832 Solvers
-
Remove from a 2-D matrix all the rows that contain at least one element less than or equal to 4
136 Solvers
-
Set some matrix elements to zero
557 Solvers
-
Generate a string like abbcccddddeeeee
266 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!