Multiclass Support Vector Machines Using Balanced Dichotomization
暂无分享,去创建一个
The Support Vector Machine (SVM) has been introduced as a technique for solving a variety of learning and function estimation problems. The technique was originally designed for binary classification learning with its outstanding performance. However, many real world applications involve multiclass classification. Typical SVM solutions to N-class problems are to construct and combine several two-class classifiers into an N-class classifier such as the one-against-the-rest approach (1-v-r) and the one-against-one approach (1- v-1). The one-against-one methods solve N(N?1)/2 binary classifiers where each one is trained on data from two classes.
[2] Boonserm Kijsirikul,et al. Adaptive Directed Acyclic Graphs for Multiclass Classification , 2002, PRICAI.
[3] Nello Cristianini,et al. Large Margin DAGs for Multiclass Classification , 1999, NIPS.
[4] Catherine Blake,et al. UCI Repository of machine learning databases , 1998 .
[5] John Shawe-Taylor,et al. Generalization Performance of Support Vector Machines and Other Pattern Classifiers , 1999 .