Question: Run your code to determine the initial activation function value (do not update the weights) using the following weights for each of two input


Run your code to determine the initial activation function value (do not update the weights) using the following weights for each of two input values respectively: Weights are [0.24, 0.88]; Inputs are [0.8, 0.9], the desired output is 0.95, bias = 0 and eta = 5.0. What is the activation value after this iteration? Answer to 4 significant decimal digits. Now restart your program with the same initial conditions and perform 75 iterations where you update the weights and the bias. What is the activation function value now? Remember, this activation function value is computed after the 75th weight/bias update. Again, answer to 4 significant decimal digits.
Step by Step Solution
There are 3 Steps involved in it
To calculate the activation value after the first iteration we need to compute the weighted sum of t... View full answer
Get step-by-step solutions from verified subject matter experts
