Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
To calculate the activation value after the first iteration we need to compute the weighted sum of t...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started