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

normalizing raw data in the App #12

Closed
TZebin opened this issue Mar 26, 2018 · 3 comments
Closed

normalizing raw data in the App #12

TZebin opened this issue Mar 26, 2018 · 3 comments
Labels

Comments

@TZebin
Copy link

TZebin commented Mar 26, 2018

private void normalize()
{
float x_m = 0.662868f; float y_m = 7.255639f; float z_m = 0.411062f;
float x_s = 6.849058f; float y_s = 6.746204f; float z_s = 4.754109f;

Just curious, where did these values came from?(Min-Max values from the entire dataset?)

@aqibsaeed
Copy link
Owner

Mean and std. values from the WISDM dataset.

@TZebin
Copy link
Author

TZebin commented Mar 27, 2018

Have you considered loading the raw dataset from a file/res/asset in the app instead of the phone accelerometer to check the model's accuracy? The raw data right now does not seem very responsive to the learned model.

@aqibsaeed
Copy link
Owner

I did not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants