Table 1. The parameter setting for the convolutional neural network model.
| Layer (type) | Output shape | Param |
|---|---|---|
| Conv2D | (22, 22, 32) | 1,568 |
| Conv2D | (19, 19, 32) | 16,416 |
| MaxPooling2 | (9, 9, 32) | 0 |
| Dropout | (9, 9, 32) | 0 |
| Flatten | (2,592) | 0 |
| Dense | (256) | 663,808 |
| Dense | (2) | 514 |
| Total params: 682,306 | ||
| Trainable params: 682,306 | ||
| Non-trainable params: 0 | ||