
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Assignment; Class: MACHINE LEARNING; Subject: Computer Science; University: University of Maryland; Term: Spring 2006;
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Due Date: Thursday, April 6, at the start of class
In this assignment, you will complete the exploration of classifier performance on your dataset.
(a) Turn in a learning curve, showing the performance of these algorithms, along with your earlier results using logistic regression and naive Bayes from homework 2. As before use 5-fold cross validation. (b) For the largest size training set, turn in a table which has the average accuracy and the standard deviation for each of the classifiers. (c) Which performs best? Is this result statistically significant? (d) Include a discussion of your results.
(a) Implement your own version of a linear threshold unit (single node neural net- work). You can implement any reasonable variation that you like. You may use whatever language with which you are most comfortable (C, Java, Matlab, Perl, etc.). (b) Compare the performance with your LR and NB classifiers. (c) Implement an ensemble method of your choice, using your LTU, LR and/or NB classifiers as you like. (d) Turn a discussion of your results and a printout of the main portions of your implementation.