lc222 / seq2seq_chatbotLinks
基于seq2seq模型的简单对话系统的tf实现,具有embedding、attention、beam_search等功能,数据集是Cornell Movie Dialogs
☆331Updated 5 years ago
Alternatives and similar repositories for seq2seq_chatbot
Users that are interested in seq2seq_chatbot are comparing it to the libraries listed below
Sorting:
- Just another seq2seq repo☆328Updated 6 years ago
- 基于seq2seq模型的简单对话系统的tf实现,具有embedding、attention、beam_search等功能,数据集是Cornell Movie Dialogs☆143Updated 7 years ago
- seq2seq中文聊天机器人☆340Updated 7 years ago
- QANet+DuReader中文机器阅读理解☆221Updated 6 years ago
- 基于Pytorch的中文聊天机器人 集成BeamSearch算法