Skip to content
#

conversational-bots

Here are 148 public repositories matching this topic...

This project is based on concept of NLU (natural language understanding) and using ML to guide a bot's next actions in the conversation. This a rasa project, I added training data, and train the model using ML pipeline. I have build a bot that logs daily wellness data to a spreadsheet (using the Airtable API), to help the user keep track of thei…

  • Updated May 12, 2021
  • Python

Recurrent Neural Networks are standard methods in which chatbots are trained. These bots contain encoders that can update the states in line with the input phrases.Then the stated response is passed to the chatbot. The chatbot then uses the decoder to find acceptable and future responses based on inputs and in addition to the purpose.

  • Updated Dec 18, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the conversational-bots topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the conversational-bots topic, visit your repo's landing page and select "manage topics."

Learn more