Answered step by step
Verified Expert Solution
Link Copied!

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... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Elementary Principles of Chemical Processes

Authors: Richard M. Felder, Ronald W. Rousseau

3rd Edition

978-0471687573, 9788126515820, 978-0-471-4152, 0471720631, 047168757X, 8126515821, 978-0471720638

More Books

Students also viewed these Programming questions

Question

Evaluate 3x - 1 / x - 1. lim

Answered: 1 week ago

Question

Name three applications for feedback control systems.

Answered: 1 week ago