Skip to main content
. 2020 Dec 7;6:e327. doi: 10.7717/peerj-cs.327

Table 2. Structural parameters of CAE.

Layer type Input size Output size
Input (41,1) (41,1)
Conv1D (41,1) (41,8)
BatchNormalization (41,8) (41,8)
Maxpooling1D (41,8) (20,8)
Conv1D (20,8) (20,8)
BatchNormalization (20,8) (20,8)
Upsampling1D (20,8) (40,8)
Conv1D (40,8) (40,8)
BatchNormalization (40,8) (40,8)
Conv1DTranspose (40,8) (41,1)