文件名称:tensorflow_qrnn:TensorFlow的QRNN实现
文件大小:211KB
文件格式:ZIP
更新时间:2024-02-26 22:59:59
natural-language-processing tensorflow TensorflowPython
Tensorflow QRNN TensorFlow的QRNN实现。 实现参考下面的博客。 依存关系 TensorFlow:0.12.0 scikit-learn:0.18.1(用于工作检查) 怎么跑 向前测试 要确认正向传播,请运行以下脚本。 python test_tf_qrnn_forward.py 工作检查 要确认QRNN与基准(LSTM)的性能比较,请运行以下脚本。 数据集是。 python test_tf_qrnn_work.py 您可以通过查看计算结果。 例如。 tensorboard --logdir=./summary/qrnn 实验 Baseline(LSTM)
【文件预览】:
tensorflow_qrnn-master
----test_tf_qrnn_forward.py(2KB)
----pictures()
--------qrnn.PNG(14KB)
--------tensorboard.PNG(196KB)
----.pylintrc(13KB)
----requirements.txt(96B)
----test_tf_qrnn_work.py(5KB)
----LICENSE(1KB)
----README.md(2KB)
----tf_qrnn.py(5KB)
----.gitignore(1KB)