Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Find the target values for (0,0),(0,1),(1,0) and (1,1) instances. N1: Neuron 1, 1: Threshold of N1=1, NET of N1 : Sum Function of N1=AW1+1, O1
Find the target values for (0,0),(0,1),(1,0) and (1,1) instances. N1: Neuron 1, 1: Threshold of N1=1, NET of N1 : Sum Function of N1=AW1+1, O1 : Activation Function of N1={ if NET of N1>=0 then O1=1, else O1=0} N2 : Neuron 2, 2 : Threshold of N2=2, NET of N2 : Sum Function of N2=AW2+BW3+2, O2 : Activation Function of N2={ if NET of N2>=0 then O2=1, else O2=0} N3 : Neuron 3, 3 : Threshold of N3=1, NET of N3 : Sum Function of N3=BW4+O3, O3 : Activation Function of N3={ if NET of N3>=0 then O3=1, else O3=0} N4 : Neuron 4 , 4 : Threshold of N4=1, NET of N4 : Sum Function of N4=O1W5+O2W6+O3W3+O4, O4 : Activation Function of N4={ if NET of N4>=0 then O4=1, else O4=0} A B TARGET 0 01
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