English

Extremal learning: extremizing the output of a neural network in regression problems

Machine Learning 2021-02-09 v1 Neural and Evolutionary Computing

Abstract

Neural networks allow us to model complex relationships between variables. We show how to efficiently find extrema of a trained neural network in regression problems. Finding the extremizing input of an approximated model is formulated as the training of an additional neural network with a loss function that minimizes when the extremizing input is achieved. We further show how to incorporate additional constraints on the input vector such as limiting the extrapolation of the extremizing input vector from the original training data set. An instructional example of this approach using TensorFlow is included.

Keywords

Cite

@article{arxiv.2102.03626,
  title  = {Extremal learning: extremizing the output of a neural network in regression problems},
  author = {Zakaria Patel and Markus Rummel},
  journal= {arXiv preprint arXiv:2102.03626},
  year   = {2021}
}

Comments

12 pages, 3 figures, code available at https://github.com/ZakariaPZ/Extremal-Learning

R2 v1 2026-06-23T22:54:11.245Z