Table 3.
Hyperparameter setting of convolutional neural network model.
| Hyperparameter | Settings |
| Optimizer | SGD (Stochastic Gradient Descent) |
| Pooling method | Max-pooling |
| Activation function | ReLU (Rectifier Linear Unit) |
| Loss function | Cross-Entropy |
| Batch-size | 8 |
| Learning rate | 0.001 |
| Momentum | 0.5 |