Learning Polynomial Functions by Feature Construction

Abstract

We present a method for learning higher-order polynomial functions from examples using linear regression and feature construction. Regression is used on a set of training instances to produce a weight vector for a linear function over the feature set. If this hypothesis is imperfect, a new feature is constructed by forming the product of the two features that most effectively predict the squared error of the current hypothesis. The algorithm is then repeated. In an extension to this method, the specific pair of features to combine is selected by measuring their joint ability to predict the hypothesis' error.

Cite

Text

Sutton and Matheus. "Learning Polynomial Functions by Feature Construction." International Conference on Machine Learning, 1991. doi:10.1016/B978-1-55860-200-7.50045-3

Markdown

[Sutton and Matheus. "Learning Polynomial Functions by Feature Construction." International Conference on Machine Learning, 1991.](https://mlanthology.org/icml/1991/sutton1991icml-learning/) doi:10.1016/B978-1-55860-200-7.50045-3

BibTeX

@inproceedings{sutton1991icml-learning,
  title     = {{Learning Polynomial Functions by Feature Construction}},
  author    = {Sutton, Richard S. and Matheus, Christopher J.},
  booktitle = {International Conference on Machine Learning},
  year      = {1991},
  pages     = {208-212},
  doi       = {10.1016/B978-1-55860-200-7.50045-3},
  url       = {https://mlanthology.org/icml/1991/sutton1991icml-learning/}
}