Algorithm 7: Proposed ETLBOCBL-CNN |
Inputs: , , , , , , , , , , , , , , , , , , , , , , , ,
|
01: |
Load and from the directory; |
02: |
Initialize the population using Algorithm 1; |
03: |
Initialize the iteration counter as ; |
04: |
while do
|
05: |
Generate and update using modified teacher phase (Algorithm 4); |
06: |
Update and using modified learner phase (Algorithm 5); |
07: |
Determine using tri-criterion selection scheme (Algorithm 6); |
08: |
|
09: |
; |
10: |
end while |
11: |
Fully train the CNN architecture constructed from with larger (Algorithm 2); |
Output: and its corresponding optimal CNN architecture |