You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
Think about the technical design and how it will integrate into IDA.
We have our own branch from master name NLE. Nandeesh and I will be creating sub-branches from NLE and when our NLE would be ready for its prime time we will merge it into master
The text was updated successfully, but these errors were encountered:
We can go with the intent classification so that every message by the user will be classified with its intent and then chatbot can decide action or handling of upcoming messages.
As Python has more rich ML or SNLP frameworks or libraries then it's better to develop NLE on Python as another module.
Messages outside our scope should not classify with any intent.
To make NLE more sophisticated with its reply, we have to handle messages with multiple intents liek (Hi, what can you do for me, the reply should be Hi, I can do blah blah..)
How we gonna generate replies? are they going to be fixed with intents?
Think about the technical design and how it will integrate into IDA.
We have our own branch from
master
nameNLE
. Nandeesh and I will be creating sub-branches fromNLE
and when our NLE would be ready for its prime time we will merge it intomaster
The text was updated successfully, but these errors were encountered: