Simple Chatbot using PyTorch - 1 | Creating vocabulary. Rules based intent based chatbot, Neural Net

preview_player
Показать описание
In this video, we will start with a series for implementing a simple chatbot using neural networks. Here, we will implement the first part of the algorithm which is creating the vocabulary.

The vocabulary is created from the intents file. We will iterate through all the queries and then remove punctuations and lastly perform stemming. For the stemming part, we will be using the PorterStemmer module from nltk.

Code:

Instagram:
Рекомендации по теме
Комментарии
Автор

Nice videos, Can you make a longer end to end video of creating a simple application, from getting sample data, training it and consuming it in application(Android/iOS)

USATECH-umof