Academia.eduAcademia.edu

Outline

Linear Classification: Perceptron vs WINNOW

Abstract

The goal of our project was to compare the behavior of the Perceptron and WINNOW linear classification algorithms when run on various datasets. Specifically, we analyzed the error rate of each algorithm during the training process to get a sense of the rate at which training was occurring. We also captured the total run time and total number of instances trained to see which algorithm was faster.