概述
这是一个完整的代码为了实现“如何简单地做一个牛逼的 TensorFlow 聊天机器人”这个视频,这个视频作者是 Sirajology,发布在 YouTube 上。在这个 demo 中,我们实现了 TensorFlow Sequence to Sequence 模型来训练聊天机器人基于 Cornell 电影对话数据集。 在训练了几个小时之后,这个机器人可以驾驭一个有趣的对话了。
项目:https://github.com/llSourcell/tensorflow_chatbot
Overview
This is the full code for ‘How to Make an Amazing Tensorflow Chatbot Easily’ by @Sirajology on Youtube. In this demo code, we implement Tensorflows Sequence to Sequence model to train a chatbot on the Cornell Movie Dialogue dataset. After training for a few hours, the bot is able to hold a fun conversation.