Training Feedforward Neural Networks Using Genetic Algorithms

Abstract

Multilayered feedforward neural networks possess a number of properties which make them particularly suited to complex pattern classification problems. However, their application to some realworld problems has been hampered by the lack of a training algonthm which reliably finds a nearly globally optimal set of weights in a relatively short time. Genetic algorithms are a class of optimization procedures which are good at exploring a large and complex space in an intelligent way to find values close to the global optimum. Hence, they are well suited to the problem of training feedforward networks. In this paper, we describe a set of experiments performed on data from a sonar image classification problem. These experiments both 1) illustrate the improvements gained by using a genetic algorithm rather than backpropagation and 2) chronicle the evolution of the performance of the genetic algorithm as we added more and more domain-specific knowledge into it.

Cite

Text

Montana and Davis. "Training Feedforward Neural Networks Using Genetic Algorithms." International Joint Conference on Artificial Intelligence, 1989.

Markdown

[Montana and Davis. "Training Feedforward Neural Networks Using Genetic Algorithms." International Joint Conference on Artificial Intelligence, 1989.](https://mlanthology.org/ijcai/1989/montana1989ijcai-training/)

BibTeX

@inproceedings{montana1989ijcai-training,
  title     = {{Training Feedforward Neural Networks Using Genetic Algorithms}},
  author    = {Montana, David J. and Davis, Lawrence},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {1989},
  pages     = {762-767},
  url       = {https://mlanthology.org/ijcai/1989/montana1989ijcai-training/}
}