Research Article

Structural Vibration Data Anomaly Detection Based on Multiple Feature Information Using CNN-LSTM Model

Table 2

Description of parameters of the LSTM-CNN model.

Network layerParameter settingActivation functionOutput size

Input layer(None, 300, 2)
1D-convolutional layerSize of convolution kernel: 3 × 2
Number of channels: 16
Stride: 1
ReLU(None, 298, 16)
Max pooling layerPooling window: 2 × 1
Stride: 2
(None, 149, 16)
Reshape layer(None, 2384)
LSTM layerNumber of nerve cell: 100Tanh(None, 100)
Fully connected layer(None, 100)
Output layerSoftmax(None, 5)