Skip to main content
. 2020 Feb 4;20(3):839. doi: 10.3390/s20030839

Table 1.

Feature embedding CNN architecture.

Layer No. Filters
2× Conv2D 8
MaxPooling2D
Batch Normalisation
2× Conv2D 16
MaxPooling2D
Batch Normalisation
3× Conv2D 32
MaxPooling2D
Batch Normalisation
3× Conv2D 64
MaxPooling2D
Batch Normalisation
Flatten

The size of the kernels is identical for all convolutional layers and is set to 3×3, with the convolutional stride set to 1×1. Max-pooling is performed after each block of convolutional layers over a 2×2 window, with a 2×2 stride.