Genetic Algorithm Based Selective Neural Network Ensemble

Abstract

Neural network ensemble is a learning paradigm where several neural networks are jointly used to solve a problem. In this paper, the relationship between the generalization ability of the neural network ensemble and the correlation of the individual neural networks is analyzed, which reveals that ensembling a selective subset of individual networks is superior to ensembling all the individual networks in some cases. Therefore an approach named GASEN is proposed, which trains several individual neural networks and then employs genetic algorithm to select an optimum subset of individual networks to constitute an ensemble. Experimental results show that, comparing with a popular ensemble approach, i.e. averaging all, and a theoretically optimum selective ensemble approach, i.e. enumerating, GASEN has preferable performance in generating ensembles with strong generalization ability in relatively small computational cost. 1

Cite

Text

Zhou et al. "Genetic Algorithm Based Selective Neural Network Ensemble." International Joint Conference on Artificial Intelligence, 2001.

Markdown

[Zhou et al. "Genetic Algorithm Based Selective Neural Network Ensemble." International Joint Conference on Artificial Intelligence, 2001.](https://mlanthology.org/ijcai/2001/zhou2001ijcai-genetic/)

BibTeX

@inproceedings{zhou2001ijcai-genetic,
  title     = {{Genetic Algorithm Based Selective Neural Network Ensemble}},
  author    = {Zhou, Zhi-Hua and Wu, Jianxin and Jiang, Yuan and Chen, Shifu},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2001},
  pages     = {797-802},
  url       = {https://mlanthology.org/ijcai/2001/zhou2001ijcai-genetic/}
}