happynoom / DeepTrade_keras

http://www.deeplearning.xin
230 stars 122 forks source link

What does value of pred represent? #9

Closed kaishijeng closed 6 years ago

kaishijeng commented 6 years ago

I print out pred below and values don't look like the price of prediction of next day.
pred = saved_wp.predict(test_set.images, 1024). How can I get prediction of next day stock price?

Thanks,

happynoom commented 6 years ago

You should see the readme definitely.

kaishijeng commented 6 years ago

I read the readme and understand the meaning of prediction value. I can see how to use prediction to sell a stock. But it is not clear to me how to use prediction to make a decision to sell a stock. Comment?

Thanks,