Research Article

Premature Ventricular Contractions’ Detection Based on Active Learning

Table 2

A detailed description of the architecture of the convolutional autoencoder model.

Layer numberLayer nameKernel sizeOutput size

0Input(−1, 250)
1Reshape(−1, 250, 1)
2Convolution1D20(−1, 25, 25)
3Reshape(−1, 25, 25, 1)
4Convolution2D(1, 20)(−1, 25, 1, 1)
5Convolution2D transpose(1, 20)(−1, 25, 1, 25)
6Convolution2D transpose(20, 1)(−1, 250, 1, 1)
7Reshape/output(−1, 250)