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

repeatable predicts #5

Open
albetriv opened this issue Sep 8, 2019 · 0 comments
Open

repeatable predicts #5

albetriv opened this issue Sep 8, 2019 · 0 comments

Comments

@albetriv
Copy link

albetriv commented Sep 8, 2019

Hello Isaac
thanks for your project.
I have one question: changing the method StockPricePrediction.predictPriceOneAhead by asking for two or more predicts for the same input test data

predicts[i] = net.rnnTimeStep(testData.get(i).getKey()).getDouble(exampleLength - 1) * (max - min) + min;//predict#1
predicts[i] = net.rnnTimeStep(testData.get(i).getKey()).getDouble(exampleLength - 1) * (max - min) + min;//predict#2
...

you will see different values for the predict (predict#1 and predict#2) for the same input.
Is it ok ?
thanks

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

1 participant