Question: Using Python 1) Assume Boolean values of 1 (true) and -1 (false), where the activation function returns 1 if > 0, and -1 if <
Using Python
1) Assume Boolean values of 1 (true) and -1 (false), where the activation function returns 1 if > 0, and -1 if < 0. a) 1 = 0.5, 2 = .9, = 0.3, calculate the output y if the input vector is [1, 0]? b) What could be the values of 1, 2, and , if the perceptron is to represent the OR function (returns y=1 if [1, 2] = [1,0] [0,1] or [1,1], otherwise, y = -1)?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
