This document evaluates different multi-class classification methods using binary SVMs. It compares the 1-vs-1, 1-vs-many, and ECOC methods on various datasets from UCI and KDD. Experiments were run using SVMLight and results show accuracy and runtime for each method. The document outlines the objectives, implementation details, datasets used, and experimental results.