Automatic Algorith/Model Class Selection

Abstract

The results of empirical comparisons of existing learning algorithms illustrate that each algorithm has a selective superiority; it is best for some but not all tasks. Given a data set, it is often not clear beforehand which algorithm will yield the best performance. In such cases one must search the space of available algorithms to find the one that produces the best classifier. In this paper we present an approach that applies knowledge about the representational biases of a set of learning algorithms to conduct this search automatically. In addition, the approach permits the available algorithms' model classes to be mixed in a recursive tree-structured hybrid. We describe an implementation of the approach, MCS, that performs a heuristic bestfirst search for the best hybrid classifier for a set of data. An empirical comparison of MCS to each of its primitive learning algorithms, and to the computationally intensive method of cross-validation, illustrates that automatic selection of learning algorithms using knowledge can be used to solve the selective superiority problem.

Cite

Text

Brodley. "Automatic Algorith/Model Class Selection." International Conference on Machine Learning, 1993. doi:10.1016/B978-1-55860-307-3.50009-5

Markdown

[Brodley. "Automatic Algorith/Model Class Selection." International Conference on Machine Learning, 1993.](https://mlanthology.org/icml/1993/brodley1993icml-automatic/) doi:10.1016/B978-1-55860-307-3.50009-5

BibTeX

@inproceedings{brodley1993icml-automatic,
  title     = {{Automatic Algorith/Model Class Selection}},
  author    = {Brodley, Carla E.},
  booktitle = {International Conference on Machine Learning},
  year      = {1993},
  pages     = {17-24},
  doi       = {10.1016/B978-1-55860-307-3.50009-5},
  url       = {https://mlanthology.org/icml/1993/brodley1993icml-automatic/}
}