-
Notifications
You must be signed in to change notification settings - Fork 20
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
MinMaxNormalization Not Resulting in Expected 0-1 Range #12
Comments
OK, I will check this soon. |
I tested it with the recording Could you please provide me your |
Thanks. The modified code:
|
It might be caused by data overflow, in which case Dividing by |
I tested MinMaxNormalize with the following code:
To my surprise, the results from MinMaxNormalize weren't as expected within the 0-1 range. Instead, all values turned out to be 0 (In the above figure you can see the second curve). I would like to understand why this happened.
For further verification, I tested using the code below:
I found that my own code was effective and could correctly normalize the signal values to the [0, 1] range.
I hope to receive your feedback and clarification on this matter. Thank you!
The text was updated successfully, but these errors were encountered: