CS478 Homework 3 Files

This package contain the two datasets for this homework as well as a perceptron learner (source code, as well as x86 Linux binary). The subdirectory 'earn' contains the train and test data for the earn dataset. The subdirectory 'adult' contains the train and test data for the adult dataset. The subdirectory 'perceptron' contains the source code and a Linux binary for x86 processors of the perceptron learner. You can modify the perceptron learner source if you need to during your assignment. You should use svm_classify from the SVM-light package to classify test data with the models generated by the perceptron learner.

Updated 3/5/04: Fix to makefile and made sure binaries are included.
homework3.tar.gz (for Linux)
homework3.zip (for Windows)

You can get SVM-light from http://svmlight.joachims.org/. You should use SVM-light in its default mode, that is as an inductive learner. The only option you should need to use is -c, to set the value of C.

Back to CS478 homepage.