Closed itskeyes closed 7 years ago
@itskeyes this is probably just during teaching period and this is what AI is all about. In the beginning is Chatterbot and other AI chatbots extremally “unknowledgeble” and this is where your work comes in to train it.
As an example of a chatbot that isn't cleaver yet is the jacket company North Faces chatbot https://www.thenorthface.com/xps This is build on a larger AI vendors technology and it still doesn't understand the word Winter.
@itskeyes as @Issen007 said is correct, The bot will learn users correct response over a period of training.
However you could see the bot is selecting responses to get more sight on your response tracking by enabling logging.
# Uncomment the following lines to enable verbose logging
import logging
logging.basicConfig(level=logging.INFO)
Even you could restrict wrong response by setting threshold to response, so that you may see correct response getting.
Happy chatting 👍
Thanks everyone for the input! Will continue working through the documentation and by testing.
For some reason, during conversations 'how are you' triggers the 'who are you' response.