rnn-nlu icon indicating copy to clipboard operation
rnn-nlu copied to clipboard

About the models.

Open Peydon opened this issue 7 years ago • 1 comments

Is there only one model in the codes? The paper proposed two usages about the attention mechanism but i just found out the usage in Encoder-Decoder model. @HadoopIt

Peydon avatar Nov 30 '17 03:11 Peydon

Hi @Peydon, the code here implements the attention BiRNN model described in the paper. The encoder-decoder model can be implemented with some straightforward changes from this code.

HadoopIt avatar Dec 01 '17 08:12 HadoopIt