Week 13: k-NN and Linear Neural Net lab
Lab description and questions
Link to the k-nearest neighbor materials.
Link to the diabetes data
Linear neural net materials:
(Matlab function) WidHoff.m - Implements the Widrow-Hoff algorithm
(Matlab script file) TGFExample.m - The "TGF" example from class on Friday
(Matlab script file) TGFExample2.m - The "TGF" example (batch algorithm using SVD)
(Matlab script- Data included) BreastData.m - As a script file, you can view this to see more information about the data. To load the data, just type the name: BreastData
Link to the confusion matrix code, conf_matrix.m (Same as for the k-nearest neighbor code)