Hacker News new | ask | show | jobs
by TrickedOut 3653 days ago
Have you found any good TensorFlow examples which handle financial or time series data like this? Please do share! Most of the examples I find are either image processing or text processing. Rarely time series or traditional DB type data.
1 comments

Generally people use a LTSM for time series if they want to use a NN approach.

See http://robromijnders.github.io/LSTM_tsc/