Build a perceptron net in LISP and run it on the classification example of Section 11.2.2. a.

Question:

Build a perceptron net in LISP and run it on the classification example of Section 11.2.2.

a. Generate another data set similar to that of Table 11.3 and run your classifier on it.

 Table 11.3

X1 1.0 9.4 2.5 8.0 0.5 7.9 7.0 2.8 1.2 7.8 X2 1.0 6.4 2.1 7.7 2.2 8.4 7.0 0.8 3.0 6.1 Output 1 -1 1 -1 1  1 1b. Take the results of running the classifier and use the weights to determine the specification for the line separating the sets.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: