1. 首页
  2. 数据库
  3. 其它
  4. RNN for Joint NLU:“基于联合意图检测和插槽填充的基于注意力的递归神经网络模型”的Tensorflow实现(https:arxiv.orgabs

RNN for Joint NLU:“基于联合意图检测和插槽填充的基于注意力的递归神经网络模型”的Tensorflow实现(https:arxiv.orgabs

上传者: 2021-02-23 18:51:05上传 ZIP文件 520KB 热度 28次
RNN联合NLU 模型介绍 使用tensorflow r1.3 api,编码器使用tf.nn.bidirectional_dynamic_rnn实现,解码器使用tf.contrib.seq2seq.CustomHelper和tf.contrib.seq2seq.dynamic_decode实现。 我的实现相对比较简单,用于学习目的。 使用 python main.py 输出: [Epoch 27] Average train loss: 0.0 Input Sentence : ['what', 'are', 'the', 'flights', 'and', 'prices'
下载地址
用户评论