| Previous | Table of Contents | Next |
GA-NN Performance Evaluation
The dynamic system presented in [7] is used for the performance evaluation for both BORN and GA connectitivities optimization methods. The NN that will be optimized by BORN has three inputs, five hidden neurons, and one output. This NN is trained with learning rate of 0.01 for 75 epochs and then BORN algorithm is executed for 25 epochs. The NN optimized by GA has the same structure as the BORN optimized NN. In order to optimize NN connections by GA, GA parameters are set to 20 populations, 9 strings, 0.8 probability of crossover, and 0.01 probability of mutation for 100 generations.
Figure 11.4 shows the performance comparison for both GA-NN and BORN. Both of the methods predicted the response of the dynamic system well. Although, from Figure 11.5, it is clear that the GA-NN found a near optimal solution, BORN algorithm generates better performance for this training case in terms of NN output error. Tables 11.1 and 11.2 are the comparison of NN connections between BORN and GA-NN. These tables are labeled as o - no connection (there are no connections between input units), x - connected, and d - disconnected by optimization. GA-NN determined four more unimportant connections than BORN. Figure 11.6 shows the simulation results of optimized BORN and GA-NN using different data sets. The data sets were generated according to the following equation:

Figure 11.6 indicates that both NN showed highly robustness for frequency and phase changes from the trained data sets. Additionally, Figures 11.7 to 11.10 further demonstrate the effectiveness of both NNs in modeling the dynamic system considered here.
Figure 11.4 System output vs. time plot.
Figure 11.5 Error evolution plot.
| o | O | o | o | o | o | o | o | o |
| o | O | o | o | o | o | o | o | o |
| o | O | o | o | o | o | o | o | o |
| d | D | d | d | d | d | d | d | d |
| d | X | d | d | d | x | d | x | x |
| d | X | x | x | d | x | d | x | d |
| x | X | d | x | x | x | d | x | d |
| x | D | d | x | d | x | x | x | x |
| d | X | x | d | d | x | x | d | x |
| o | o | O | o | o | o | o | o | o |
| o | o | O | o | o | o | o | o | o |
| o | o | O | o | o | o | o | o | o |
| d | x | D | x | d | d | x | x | x |
| d | d | X | x | d | d | d | d | d |
| d | x | X | x | d | x | x | d | d |
| x | x | D | d | d | x | d | d | x |
| d | d | D | d | d | x | d | d | d |
| d | x | X | d | d | x | d | x | x |
Figure 11.6 Simulation result comparison.
Figure 11.7 45° plot for BORN.
Figure 11.8 45° plot for GA-NN.
Figure 11.9 Percent error distribution for BORN.
Figure 11.10 Percent error distribution for GA-NN.
| Previous | Table of Contents | Next |