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

Implement basic supervised training for v1 nl bot interaction #28

Open
mikelax opened this issue Feb 7, 2017 · 0 comments
Open

Implement basic supervised training for v1 nl bot interaction #28

mikelax opened this issue Feb 7, 2017 · 0 comments

Comments

@mikelax
Copy link
Owner

mikelax commented Feb 7, 2017

Implement a basic NaturalNode classifier to try and understand commands.

Create a sample training set of documents to determine the command to run:

  • help
  • apod
  • rovers photos
  • rovers info
  • rovers cameras
  • list favorites (future)

There should be a default response if no action could be gleamed from the input.
(Future) create full conversation to allow follow up actions. ie. After performing apod, handle "Add to my favorites list".

This should be made modular to allow for switching up the library implementation. Another option would be to use wit.ai Intent Parser.

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