Research Article

LSTMCNNsucc: A Bidirectional LSTM and CNN-Based Deep Learning Method for Predicting Lysine Succinylation Sites

Table 1

Number of parameters and shape of output in the LSTMCNNsucc.

LayersParametersOutput

Embedding1472(None, 31, 64)
Bidirectional LSTM197632(None, 31, 256)
Dropout0(None, 31, 256)
Flatten0(None, 7936)
1D convolution10272(None, 27, 32)
Pooling0(None, 32)
Dense (16)127504(None, 16)
Dense (1)17(None, 1)