-
Notifications
You must be signed in to change notification settings - Fork 113
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 result is not convincing! #1
Comments
@adignatov |
@adignatov [main] INFO com.isaac.stock.predict.StockPricePrediction - Create dataSet iterator... |
To understand if prediction works or not, you need to compare last test value with predicted value and real value. If direction of real and predicted values will be the same, prediction correct. Am I right? |
Does this program predict the price of the next day? |
I agree, This results in a lag of the actual signal, all your network has to do is produce a similar value to the last input of the price. If you would take your prediction as the input for the next prediction you would see that the results are quite bad! Still if changed correctly you can use this example for actual predictions, but maybe not stocks because they won't be good... |
I built the file and unable to run the jar. Can some one help me? Getting below error. Error: A JNI error has occurred, please check your installation and try again |
Hi!
I tested your app and got accuracy of prediction is about 50%.
So... not good :)
The text was updated successfully, but these errors were encountered: