Code and Results for Chapter 3
Code for General Use Written for this Chapter
pocket_algorithm.m
(a very simple implementation of the Pocket Algorithm)
kesler_construction.m
(computes Kesler's construction)
Verifications/Duplication of Figures or Results from the Text
dup_example_3_2.m
(an example using Kesler's construction)
dup_example_3_3.m
(the sum of squares classifier example)
Problem Solutions
chap_3_prob_4.m
(the reward and punishment form of the perceptron)
chap_3_prob_5.m
(classifying using the perceptron)
chap_3_prob_6.m
(classifying using the LMS algorithm)
chap_3_prob_9.m
(the sum of square error classifier)
chap_3_prob_15.m
(code to create the figure for this problem)
John Weatherwax