Research Article

Through-Wall Radar Classification of Human Posture Using Convolutional Neural Networks

Table 1

CNN structure definitions of the proposed approach.

LayerParametersValue

Input layerInput size

Convolutional layerKernel size
# of filters16
Transfer functionReLU

Batch normalization layerTransfer functionReLU

Pooling layerKernel size
# of filters16
Transfer functionReLU

Convolutional layerKernel size
# of filters32
Transfer functionReLU

Batch normalization layerTransfer functionReLU

Pooling layerKernel size
# of filters32
Transfer functionReLU

Fully connected layer# of neurons100
Transfer functionReLU
Dropout0.5

Fully connected layer# of neurons3
ClassifierSoftmax

Output layer# of outputs3
Classes{empty, standing, sitting}