Research Article

A Deep Learning Approach for Predicting Antigenic Variation of Influenza A H3N2

Table 1

The main layers and their optional parameters in the deep learning approach.

LayerParameter

Convolution1D_1Filter (8, 16, 32, and 64), kernel size (2, 5, 10, and 15), strides (1)
MaxPooling_1Pool size (2), strides (1)
Convolution1D_2Filter (8, 16, 32, and 64), kernel size (2, 5, 10, and 15), strides (1)
MaxPooling_2Pool size (2), strides (1)
BLSTM_1Memory cell (32, 64, 128, and 256)
BLSTM_2Memory cell (32, 64, 128, and 256)
Dense_1Output space (64)
Dropout_1Rate (0.6)
Dense_2Output space (25)
Dropout_2Rate (0.6)
SoftmaxOutput space (1)