TABLE 2.
Parameter configuration for DNN algorithm.
| Parameters name | Values |
|---|---|
| Initial Learning rate | Dynamic (adjusted by Adam) |
| Epochs | 50 |
| Batch size | 32 |
| Dataset split | N-fold cross-validation |
| Activation function | ReLU (dense layers), softmax (output layer) |
| Optimizer | Adam |