Home /
Expert Answers /
Advanced Math /
please-detailed-and-relevant-answer-6-consider-a-single-sigmoid-threshold-unit-with-three-inputs-pa329
(Solved): Please detailed and relevant answer 6. Consider a single sigmoid threshold unit with three inputs, ...
Please detailed and relevant answer
6. Consider a single sigmoid threshold unit with three inputs, x1,x2, and x3. y=g(w0+w1x1+w2x2+w3x3) where g(z)=1/(1+exp(−z)). The possible values of the inputs are either 0 or 1 . a) Assign values to the four weights so that the output of the sigmoid unit is greater than 0.5 if and only if (x1ANDx2)ORx3 holds. b) Find a sequence of training examples and apply stochastic gradient descent so that the network learns the desired function.