And now, we come to the end of the chapter. Having looked through the various concepts related to chatbots and sequence-to-sequence models illustrated in this chapter, the reader should now be able to build a chatbot implementation of their own and extend it in interesting ways. Sequence-to-sequence models, as we know, not only apply to chatbots, but to a whole range of natural-language processing domains, such as machine translation. The code for this chapter can be located at the GitHub location https://github.com/PacktPublishing/Python-Artificial-Intelligence-Projects/tree/master/Chapter08.
In the next chapter, we are going to use reinforcement learning to get a racing car to learn to drive by itself. We look forward to your participation.