A fully connected Artificial Neural Network (ANN) contains many connections. Compared to the pruned ANN with fewer connections, the fully connected ANN takes longer time to produce solutions and may not provide appropriate solutions to new unseen data...
A fully connected Artificial Neural Network (ANN) contains many connections. Compared to the pruned ANN with fewer connections, the fully connected ANN takes longer time to produce solutions and may not provide appropriate solutions to new unseen data. Therefore, by reducing the size of ANN, we can overcome the overfitting problem and increase the computing speed. In this research, we reduced the size of ANN by destroying the connections. In other words, we investigated the performance change of the reduced ANN by systematically destroying the connections. Then we found the acceptable level of connection-destruction on which the resulting ANN performs as well as the original fully connected ANN. In the previous researches on the size reduction of ANN, the reduced ANN had to be retrained every time some connections were eliminated. Therefore, it took long time to obtain the reduced ANN. In this research, however, we provide the acceptable level of connection-destruction according to the size of the fully connected ANN. Therefore, by applying the acceptable level of connection-destruction to the fully connected ANN with out any retraining the reduced ANN can be obtained efficiently.