Other Applications of Seq2Seq Models: Chatbots
Learn about chatbots as an application of seq2seq models.
We'll cover the following...
One other popular application of sequence-to-sequence models is creating chatbots. A chatbot is a computer program that’s able to have a realistic conversation with a human. Such applications are very useful for companies with a huge customer base. Responding to customers asking basic questions for which answers are obvious accounts for a significant portion of customer support requests. A chatbot can serve customers ...