We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
In your notebook, you use values that are initially in the ranges of 20 and then scale them down to between 1 and 0.
If I wanted to plug in values that were already lower than 1 and above 0, (like 0.00000690 for example), would they still need scaling?
If so what do you recommend?
The text was updated successfully, but these errors were encountered:
Scaling or Normalizing all the values to 0 and 1 can make your training faster (usually).
But it is not necessarily required.
Sorry, something went wrong.
No branches or pull requests
Hi
In your notebook, you use values that are initially in the ranges of 20 and then scale them down to between 1 and 0.
If I wanted to plug in values that were already lower than 1 and above 0, (like 0.00000690 for example), would they still need scaling?
If so what do you recommend?
The text was updated successfully, but these errors were encountered: