ChatBot
By Nikhil
- Use deep learning to create a chatbot using Python. The information, which includes categories (intents), patterns, and responses, will be used to train the chatbot.
- In order to determine which category the user’s message falls under, I employed a specialized recurrent neural network (LSTM), which will select a random response from a list of options.