文件名称:chainer-bot:在Chainer中基于LSTM序列到序列模型的聊天机器人
文件大小:16KB
文件格式:ZIP
更新时间:2024-05-22 17:27:14
Python
链式机器人 基于在Chainer中实现的LSTM序列到序列模型的聊天机器人。
【文件预览】:
chainer-bot-master
----.gitignore(20B)
----README.md(88B)
----tests()
--------test_seq2seq.py(895B)
--------test_vocab.py(809B)
--------test_corpus.py(486B)
--------test_util.py(2KB)
--------test_rnn.py(3KB)
----bot()
--------rnn.py(7KB)
--------seq2seq.py(3KB)
--------vocab.py(2KB)
--------util.py(4KB)
--------__init__.py(24B)
--------corpus.py(2KB)
--------gen.py(1KB)
----scripts()
--------train.py(4KB)
--------convert_corpus_to_ids.py(2KB)
--------create_vocab.py(1KB)
--------gen.py(2KB)
----setup.py(263B)