Air traffic control instruction translation method capable of perfecting semantic information
A technology of instruction translation and semantic information, applied in the field of machine translation, can solve problems such as unsatisfactory performance, achieve highly specific scenarios, improve performance and stability, and solve language bottlenecks
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment approach
[0038] The structural framework of the sequence-to-sequence model is as follows image 3 shown. The model is divided into an encoder end (encoding end) and a decoder end (decoding end). The encoder acts as a feature extractor, and the decoder acts as a semantic parser; the data flow at the encoder end passes through the Dropout layer, the bidirectional LSTM layer, and the Concatenate layer successively, and the data flow at the decoder end passes through LSTM layer and Dropout layer. The Dropout layer is mainly used to prevent overfitting and improve the generalization ability of the model. At the same time, the Encoder and Decoder are characterized by the same dimension of output data. Its implementation is as follows:
[0039] Encoder side:
[0040] encoder_input = ks.layers.Input(shape=(90,))
[0041] embed1=ks.layers.embeddings.Embedding(input_dim=length, output_dim=512, input_length=90, mask_zero=True)
[0042] encoder_inputs = embed1(encoder_input)
[0043] encoder...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


