Research Article

Remaining Useful Life Prediction Techniques of Electric Valves for Nuclear Power Plants with Convolution Kernel and LSTM

Table 4

The architecture definition of LSTM.

NameDefinitionValue

Network structureConvolution kernel + LSTM networkNone
Sliding window sizeSize of sliding window for data preprocessing40
Normalization modeNormalization of dataZ-score
Layers of convolution kernelLayers of convolution kernel3
Number of convolution kernelsNumber of convolution kernels in each layer64
Convolution kernel sizeKernel size of convolution calculation3 × 3
Pooling sizeSize of average pooling2 × 2
LSTM_sizeLSTM layer unit256
num_layerNumber of stacked LSTM layers2
Keep_probPercentage retained in dropout operations0.99
Init_learning_rateInitial learning rate0.01
Init_epochIterations using the initial learning rate5
Max_epochTotal training times200
Batch_sizeThe amount of data used in small batches64
Loss functionNoneMSE
Optimization methodOptimization algorithms for backpropagationSGD