rnn-nlu
rnn-nlu copied to clipboard
About the models.
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
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.