Research Article

Automatic Sleep Stage Classification Based on Convolutional Neural Network and Fine-Grained Segments

Table 2

Details of CNN architectural layers.

LayerLayer typeUnitsUnits typeKernel sizeStrideOutput dimension

: Input(N,T)
Reshape(N,T,1)
Convolutional20Relu(1,5)(1,1)(N,T,20)
Max-pooling(1,10)(1,10)(N,T,20)
Convolutional30Relu(1,5)(1,1)(N,T,600)
Max-poolingRelu(1,10)(1,10)(N,T,600)
Full-connected500Relu500
softmax55