Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Given neural network with some weights and connections. Activation functions in all layers except input layer are sigmoid ( 1/(1+exp(-x)) ). All bias (threshold) units
Given neural network with some weights and connections. Activation functions in all layers except input layer are sigmoid ( 1/(1+exp(-x)) ). All bias (threshold) units have weights of 1.
- Now calculate output of each of the the neural network nodes (including output node) using given weights:
X=0.5
Y = 0
Z = 5
WXA = 2
WYA = 2
WYB = 1
WZC = 0.2
WAD = 1
WBD = 1.5
WCD = -1
w XA A WAD Wya -1 WyB w BD Y B w -160 Wzo ZC Z -1Step 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