Combining Evolving Neural Network Classifiers Using Bagging

Sunghwan Sohn
Cihan H. Dagli, Missouri University of Science and Technology

This document has been relocated to http://scholarsmine.mst.edu/engman_syseng_facwork/249

There were 11 downloads as of 28 Jun 2016.

Abstract

The performance of the neural network classifier significantly depends on its architecture and generalization. It is usual to find the proper architecture by trial and error. This is time consuming and may not always find the optimal network. For this reason, we apply genetic algorithms to the automatic generation of neural networks. Many researchers have provided that combining multiple classifiers improves generalization. One of the most effective combining methods is bagging. In bagging, training sets are selected by resampling from the original training set and classifiers trained with these sets are combined by voting. We implement the bagging technique into the training of evolving neural network classifiers to improve generalization.