Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using Jupyter notebook (python) 1) Assume Boolean values of 1 (true) and -1 (false), where the activation function returns 1 if > 0, and -1
Using Jupyter notebook (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]? 2) What could be a set of possible values of 1, 2, , and the input is [1, 2], where x be 1 or 0. If the perceptron is to represent the AND function that returns y=1 if and only if [1, 2] = [1,1]? Write a python function that returns the correct output.
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