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

A TensorFlow implementation of Recurrent Neural Networks for Sequence Classification and Sequence Labeling

Results 13 rnn-nlu issues
Sort by recently updated
recently updated
newest added

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 @HadoopIt , Thank you for publishing the code for the paper. I am trying to use a stored pre-trained model to generate the intent and slots for a new...

HI, i used your code and train a model. When predict with my test data, intent result seems good, but tagging task seems worse comparing to other mate. I changed...