Research Article

The Cable Fault Diagnosis for XLPE Cable Based on 1DCNNs-BiLSTM Network

Table 2

The structural parameters of the 1DCNN-BiLSTM network.

LayersParametersData shape

Input(8004, 1)

Conv1Fitters = 16, kernel size = 3, stride = 1, activation = “tanh”(8002, 16)
Conv2(8000, 16)

MaxPooling1Pool size = 3(2666, 16)

Conv3Fitters = 32, kernel size = 3, stride = 1, activation = “tanh”(2662, 32)
Conv4(2660, 32)

MaxPooling2Pool size = 3(888, 3)

Conv5Fitters = 64, kernel size = 3, stride = 1, activation = “tanh”(886, 64)

MaxPooling1Pool size = 3(295, 64)

BiLSTM1Hidden = 128, activation = “tanh”(256)
BiLSTM2(256)

SoftmaxClassifier(4)