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

User Input needs to be normalized #57

Merged
merged 2 commits into from
Feb 11, 2018
Merged

Conversation

papalotis
Copy link
Contributor

@papalotis papalotis commented Feb 11, 2018

During training the input is in [0,...,1] but when creating the user input array the data was copied directly from the graphics element so in [0,...,255] and not normalized

During training the input is in [0,...,1] but when creating the user input array the data was copied directly from the graphics element and not normalized
enginefeeder101 added a commit to enginefeeder101/Toy-Neural-Network-JS that referenced this pull request Feb 11, 2018
@shiffman
Copy link
Member

Oh my! I can't believe I missed this! I think I may actually redo the "coding challenge" again since this is such a major error (and there are other things that could be improved as well.)

@shiffman shiffman merged commit eacfdf0 into CodingTrain:master Feb 11, 2018
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.

2 participants