https://github.com/iamvishnuks/neural-bot
A neural network inspired architecture for Chatbots using NLP
https://github.com/iamvishnuks/neural-bot
Last synced: about 2 months ago
JSON representation
A neural network inspired architecture for Chatbots using NLP
- Host: GitHub
- URL: https://github.com/iamvishnuks/neural-bot
- Owner: iamvishnuks
- Created: 2017-08-12T18:38:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-12T19:44:39.000Z (almost 8 years ago)
- Last Synced: 2025-02-10T00:26:33.299Z (4 months ago)
- Size: 479 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neural-Bot
A neural network inspired architecture for Chatbots using NLPNeural-Bot is a simple NLP based chatbot. It's architecture is similiar to neural networks,
but not too much mathematics involved.# Architecture of our bot

Each neuron in this network will be having knowledge on different domains.
# Structure of our dataset
Example structure of data is given below. Humans will be mostly talking about something, and
that something can be a noun. So our bot will be organizing his knowledge based on these noun keywords.
When human ask some question to bot, like what is an aeroplane, it will trigger all the neurons and will
findout an answer from its knowledge set. Finally the activation function in each neuron will decide
whether that neuron should trigger or not. If there is atleast one neuron with aeroplane as a keyword,
then it will check for an approximate match for the given question. And then it will return most matching response.
# Example Conversation
