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

Validate training data before training #83

Merged
merged 7 commits into from
Dec 17, 2015
Merged

Conversation

levithomason
Copy link
Owner

Fixes #77

Before training, validate the training data.

  • all the training input samples should have the same length as the input layer
  • all training sample outputs should have the same length as the output layer
  • all training sample input values should be within the optimal range of the activation functions

levithomason added a commit that referenced this pull request Dec 17, 2015
Validate training data before training
@levithomason levithomason merged commit 68dc650 into integration Dec 17, 2015
@levithomason levithomason deleted the feature/validation branch December 17, 2015 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant