This repository provides a simple code for learning to build chatbot using pytorch.
pytorch利用神经网络分类实现英文的简单对话chatbot。
- 英文数据 intents.json
- 训练 train_app.ipynb
- 预测 chatapp.ipynb
- [pytorch1.5]
- [python3.6]
- [nltk3.3]
- [numpy1.18.5]
This repository provides a simple code for learning to build chatbot using pytorch.
pytorch利用神经网络分类实现英文的简单对话chatbot。