Consider two perceptrons one denoting boolean AND and one denoting boolean OR. What are two ways to go from an AND perceptron to an OR perceptron?
Increase the magnitude of the bias******
Decrease the value of weights*********
Increase the value of weights**************************
Decrease the magnitude of the bias*******************
Decreasing the bias will lead to lesser value of y. Thus it will tend to go below the threshold instead of going above or near the threshold. So how come option D is correct instead of A.