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

How to add accuracy func? #18

Closed MrCarlTang closed 6 years ago

MrCarlTang commented 6 years ago

This project is really good, but I want to add an accuracy function, where to add?