There is so much discussion and confusion about AI nowadays. People talk about deep learning and computer vision without context. In this short video, I give context on how to think about AI.
Welcome to part 2 of creating a chatbot with deep learning and python. In this part of the series we continue to preprocess our data into whats known as a bag of words! This will allow us to feed numerical data to our model in the next part.
This python chat bot tutorial will show you how to create a model that can classify our bag of words into a specific class. In the next part we will use the model to make predictions and generate responses.
This deep learning chatbot tutorial will show you how to use our previously created chatbot model to make predictions and chat back and forth with our user.