Question: SOLVE part b only.. please write a correct matlab code Given a three - layer perceptron with two inputs ( x 1 and x 2
SOLVE part b only.. please write a correct matlab code
Given a threelayer perceptron with two inputs and a hidden layer containing two neurons, and an output neuron, you are provided with the initial synaptic weights as follows: and The learning rate is set to Given that the first input vector is with a desired output of and the second input vector is with a desired output of
a calculate the new synaptic weights after completing two iterations of the backpropagation training process. Assume the sigmoid activation function for neurons.
b create a code that generates a table listing all parameters involved in the computation for both iterations. These parameters include the input to neurons output of neurons error at the output neuron error signals for gradient descent and all six weights
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
