Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Determine the weights (w11, w21, w12, w22) and the thresholds T1 and T2 in three layer neural network given below so that it implements the
Determine the weights (w11, w21, w12, w22) and the thresholds T1 and T2 in three layer neural network given below so that it implements the "exclusive-nor" function whose table is given below: Input, \( y\left|\begin{array}{ccc} & \multicolumn{2}{c}{\text { Input } x} \\ & 1 & 0 \\ 1 & 0 & 1\end{array} ight| \) Note 1: The table is read as follows: "input y=0 and input x=0, then the output is 1" Note 2: The activation function of the neurons is defined as: F(x)=1whenx>TF(x)=0ifx
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