Table 2.
Relevant reference model hyperparameters.
| Parameter | Value |
|---|---|
| Optimiser | Adam |
| Initialisers (kernel, bias) | He normal, zeros |
| Activation function | Leaky ReLU () |
| Batch size | 32 |
| Dense layer nodes | 700 |
| Dropout (spatial, dense) | 0.5, 0.5 |
| Filters per Conv. layer | 40 |
| Filter size | 7 |
| Pooling type | Max pooling (length 2, stride 2) |
| Padding | Same |
| Loss function | Binary cross-entropy |