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

The documentation is not clear about train_data #1

Open
jagarzone6 opened this issue Nov 19, 2018 · 1 comment
Open

The documentation is not clear about train_data #1

jagarzone6 opened this issue Nov 19, 2018 · 1 comment

Comments

@jagarzone6
Copy link

jagarzone6 commented Nov 19, 2018

I would like a better explanation of what train_data really has and means for the model. Right now I only see random values between 0 and 1 that does not see related to " information data, such as height, weight, sex, age, and the observation data, including systolic blood pressure, diastolic blood pressure, heart rate, the time of the measure, whether taking in drug, mood." So a explanation of it would help.

Same for test data I dont know exactly what I am testing. What is input and output in human terms ?

If I generate a If I graph model .pb, how would I use it in a android app ?
I am able to run the code in tensorflow v 0.12. Had to modified the batch_size to make it run with the train_data.

@shawnlxh
Copy link
Owner

shawnlxh commented Jan 1, 2019

For preprocessing part, I made gender and time (month) into one-hot vector and all other numerical values are converted within 0 and 1 by max-min regularizer. For blood pressure measurement data, it is a time series and I put it into RNN to train the model.

Sorry for my late response. Hope it can help you.

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

No branches or pull requests

2 participants