Question: Consider a logistic regression classifier that implements the 2-input OR gate. At iteration t, the parameters are given by w0=0, w1=0, w2=0. Given binary input
Consider a logistic regression classifier that implements the 2-input OR gate. At iteration t, the parameters are given by w0=0, w1=0, w2=0. Given binary input (x1,x2), output of logistic regression is given by 1/(1+exp(-w0-w1*x1-w2*x2)). What will be value of the loss function at t? What will be the values of w0, w1 and w2 at (t+1) with learning rate =1?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
