Combining Classifiers Using Correspondence Analysis
Abstract
Several effective methods for improving the performance of a sin(cid:173) gle learning algorithm have been developed recently. The general approach is to create a set of learned models by repeatedly apply(cid:173) ing the algorithm to different versions of the training data, and then combine the learned models' predictions according to a pre(cid:173) scribed voting scheme. Little work has been done in combining the predictions of a collection of models generated by many learning algorithms having different representation and/or search strategies. This paper describes a method which uses the strategies of stack(cid:173) ing and correspondence analysis to model the relationship between the learning examples and the way in which they are classified by a collection of learned models. A nearest neighbor method is then applied within the resulting representation to classify previously unseen examples. The new algorithm consistently performs as well or better than other combining techniques on a suite of data sets.
Cite
Text
Merz. "Combining Classifiers Using Correspondence Analysis." Neural Information Processing Systems, 1997.Markdown
[Merz. "Combining Classifiers Using Correspondence Analysis." Neural Information Processing Systems, 1997.](https://mlanthology.org/neurips/1997/merz1997neurips-combining/)BibTeX
@inproceedings{merz1997neurips-combining,
title = {{Combining Classifiers Using Correspondence Analysis}},
author = {Merz, Christopher J.},
booktitle = {Neural Information Processing Systems},
year = {1997},
pages = {591-597},
url = {https://mlanthology.org/neurips/1997/merz1997neurips-combining/}
}