Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In the following Multi-Layer Architecture there are 6 different neurons. The input signals of neurons are initialized with i1 = 2 , i2 = -1
- In the following Multi-Layer Architecture there are 6 different neurons. The input signals of neurons are initialized with i1 = 2, i2 = -1 and synaptic weights of the neurons are also initialized w1 = 1, w2 = -5, w3 = -3, w4 = 5, w5 = -4, w6 = -3, w7=-2, w8 = -3 respectively with bias values b1 = b2 = -1. Compute the output of two hidden neurons h1, h2 and two output neurons o1, o2 using forward pass / function signal. Use logistic function with a =1.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
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