Research Article
Metaheuristic Algorithms for Convolution Neural Network
| Result: accuracy, time | | initialization and set-up: i-6c-2s-12c-2s; | | calculation process: weights (), biases (), lost function ; | | harmony memory : and on the last layer; | | while termination criterion is not satisfied do | | for number of search do | | if rand < HMCR then | | from HM; | | else | | if rand < PAR then | | | | else | | | | end | | end | | end | | | | end |
|