Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supervised Learning #17

Open
diegodorgam opened this issue Dec 6, 2017 · 0 comments
Open

Supervised Learning #17

diegodorgam opened this issue Dec 6, 2017 · 0 comments

Comments

@diegodorgam
Copy link
Contributor

Today all the training comes from an YAML file.
If the users try some interaction against the bot that it's not trained to answer, the bot will return an error message, and nothing else.

The supervised learning skill is based on the ability of learn from it's mistakes.
So here what I'm thinking is to name a supervisor user to bot, and in every error, it sends a message to the user asking what it should respond, and then take the expected message and the answer to a new interaction node, and retrain the classifier with that new interaction node.

Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant