Research Article

Analysis of Single-Pilot Intention Modeling in Commercial Aviation

Table 1

Analysis of the network architecture of the single-pilot intention model.

S/NNameTypeActivationsLearnablesDescription

1sequenceInputLayer (sequence input with 92 dimensions)Sequence input92Input sequence data into the network.
2bilstmLayer (BiLSTM with 32 hidden units)BiLSTM64InputWeights
RecurrentWeights
Bias
Learn bidirectional long-term dependencies between operation sequence time steps.
3fullyConnectedLayerFully connected11Weights
Bias
Create a fully connected layer with 11 neurons for the 11 flight intent labels.
4softmaxLayerSoftmax11Applies the softmax function to calculate the probability scores for each flight intent label.
5classificationLayerClassification output11Output the classification outcome according to the probability scores.