lilianweng / stock-rnn

Predict stock market prices using RNN model with multilayer LSTM cells + optional multi-stock embeddings.
https://lilianweng.github.io/lil-log
1.72k stars 656 forks source link

remove dropout for the test case? #12

Closed cocosci closed 6 years ago

cocosci commented 6 years ago

Dear Lilian, It seems that you apply keep_prob = 0.8 even for the test case... Should we keep all neurons active after the training is done? Thanks!

lilianweng commented 6 years ago

A very good point! I'm gonna change it accordingly soon. Thanks!

lilianweng commented 6 years ago

resolved in de3c2ac