|
Algorithm 2 Deep model algorithm. |
|
Input: Parsed input data for training. |
|
Output: Prediction results. |
| 1: {e.g., Repeat each model 10 times} |
| 2: {If using multiple datasets} |
| 3:
|
| 4: {Different batch sizes} |
| 5: {Set number of epochs} |
| 6: while
do
|
| 7:
|
| 8:
|
| 9: for all in
do
|
| 10: for all in
do
|
| 11: while
do
|
| 12:
|
| 13:
|
| 14:
|
| 15:
|
| 16:
|
| 17:
|
| 18:
|
| 19:
|
| 20:
|
| 21: end while
|
| 22: {Reset repeat counter} |
| 23: end for
|
| 24: end for
|
| 25:
|
| 26: end while
|