Time Series Prediction Using LSTM Deep Neural Networks
altumintelligence.com
Time Series Prediction Using LSTM Deep Neural Networks
1–10 of 72 posts
Re: Time Series Prediction Using LSTM Deep Neural Networks
#2Re: Time Series Prediction Using LSTM Deep Neural Networks
#3I.e. places with defined risk where you will know if you’re wrong if it goes against you by x% while you expect a y% gain if you’re right AND y>x is worth more than the number of times you’re wrong.
The types of Algos that work well for this are edge identification ones - I know this because I am (not as well as I’d like) successfully doing it.
LSTMs haven’t performed so well for me in this task but non-NN algos have. CNNs however were promising but didn’t match what I’d come up with - still searching for the holy grail that’ll make me rich!
Re: Time Series Prediction Using LSTM Deep Neural Networks
#4Re: Time Series Prediction Using LSTM Deep Neural Networks
#5Re: Time Series Prediction Using LSTM Deep Neural Networks
#6Why does everyone naively try to predict price? No ‘traders’ are interested in predicting it - what traders do is identify good locations to enter or exit the market. I.e. places with defined risk where you will know if you’re wrong if it goes against you by x% while you expect a y% gain if you’re right AND y>x is worth more than the number of times you’re wrong. The types of Algos that work well for this are edge id…
Re: Time Series Prediction Using LSTM Deep Neural Networks
#7Why does everyone naively try to predict price? No ‘traders’ are interested in predicting it - what traders do is identify good locations to enter or exit the market. I.e. places with defined risk where you will know if you’re wrong if it goes against you by x% while you expect a y% gain if you’re right AND y>x is worth more than the number of times you’re wrong. The types of Algos that work well for this are edge id…
Re: Time Series Prediction Using LSTM Deep Neural Networks
#8Why does everyone naively try to predict price? No ‘traders’ are interested in predicting it - what traders do is identify good locations to enter or exit the market. I.e. places with defined risk where you will know if you’re wrong if it goes against you by x% while you expect a y% gain if you’re right AND y>x is worth more than the number of times you’re wrong. The types of Algos that work well for this are edge id…
Chaotic systems can be deterministic, just that you will never be able to accurately measure all the variables to make a long term prediction accurately.
In the weather example, people know the equations that approximate how it works. Why value does a neural network bring? Knowing the equations is better understanding.
Re: Time Series Prediction Using LSTM Deep Neural Networks
#9https://news.ycombinator.com/item?id=17808349
First edition: http://www.uokufa.edu.iq/staff/ehsanali/Tan.pdf
Also see "mining of massive datasets" usually available at this link, but it seems to be down: http://infolab.stanford.edu/~ullman/mmds/book.pdf
Which leads me to another point: Many of these books cost $100+. If you don't have those kind of resources, try Library Genesis. It's been very helpful for getting started.
Re: Time Series Prediction Using LSTM Deep Neural Networks
#10Typically these are triggered when e.g. 90% of a threshold has been crossed.