Research on Pruning Algorithm in Neural Networks Based on Kalman Filter

吴静,刘衍珩,吕荣
2009-01-01
Abstract:In the application of traditional BP neural networks,a problem often faced is how to determine the appropriate numbers of the neurons.If the scale of the network is too small,it will cause long training time.On the contrary,if the scale is too big,the networks will lead to over fitting which plays an important role to generalization ability of NN.In this paper,a Kalman Filter algorithm is applied to prune the weights of Neural Networks in order to improve the speed of learning and the generalization ability of Neural Networks.Compared with traditional pruning algorithm,this method is different.While the traditional pruning algorithm prunes while training,this method prunes the weights after a complete training.Tests in IDS dataset show that Kalman Filter algorithm can prune with a higher rate and accuracy.Furthermore,the pruned Neural Networks can keep the detection rate of unpruned ones.
What problem does this paper attempt to address?