Research Article

Assessment of Electrocardiogram Rhythms by GoogLeNet Deep Neural Network Architecture

Table 2

Components of the deep learning model using GoogLeNet inception architecture.

Deep learning listParameters

Input size200∼600
CNN layerNumber of filters: 15
Kernel size: 5
Stride: 1
Padding: 0
Max-pooling layerPooling size: 2
Stride: 2
Padding: 0
Inception layerNumber of filters: 3∼15
Kernel size: 1, 3, 5
Pooling size: 3 × 3
Stride: 1
Padding: 0
FC layer2 layers, [100, 50] neurons
Output size5 classes
Iteration10
Weight optimization functionAdam
Optimization parametersLearning rate: 0.001, beta1: 0.9, beta2: 0.999
Batch size100
Batch normalizationNot used
DropoutNot used