Neural Net: Back Propagation of Dual Output with Bias - MATLAB Cody - MATLAB Central

Problem 58912. Neural Net: Back Propagation of Dual Output with Bias

Difficulty:Rate
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

100.0% Correct | 0.0% Incorrect
Last Solution submitted on Sep 26, 2023

Solution Comments

Show comments
LLMs with MATLAB updated to support the latest OpenAI Models
Large Languge model with MATLAB, a free add-on that lets you access...
2
3

Problem Recent Solvers4

Suggested Problems

More from this Author308

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page