Computer Science, asked by Anonymous, 3 months ago

X_train = [

−1 −1 0 1
1 −1 0 0

] y_train = [1 1 0 0]

a. Design a single-neuron perceptron to solve this problem. Design the network graphically, by choosing
weight vectors (W) and biases (b) that are orthogonal to the decision boundaries (meaning that you
have to find the values of the parameters by trial and error of by mathematical formula).
b. Test your solution with all four input/training vectors.
c. Classify the following input/test vectors with your solution.

X_test = [

−2 1 0 −1
0 1 1 −2

] y_test = [? ? ? ? ]

d. Which of the vectors in part (c) will always be classified the same way, regardless of the solution
values for W and b? Which may vary depending on the solution? Why?

Answers

Answered by abhinavrajeev006
0

Answer:

I don't know sorry good night

Answered by anilsarkar
0

Answer:

I don't know what the answer will be

sorry

Similar questions