In General terms how a chatbot works
User's input is processed by a software function called a “classifier”, this classification associates an input sentence with an “intent” (a conversational intent) which produces a response.Think of a classifier as a way of categorizing a piece of data (a sentence) into one of several categories (an intent). The input “how are you?” is classified as an intent, which is associated with a response such as “I’m good” or (better) “I am well.” There are 3 ways to create text classification;
- Pattern matchers
- Algorithms
- Neural networks
![]() |
A simple chat bot - Pattern match example |
Comments
Post a Comment