Using a Keras Long Short-Term Memory Model to Predict Stock Prices
101–110 of 178 posts
Re: Using a Keras Long Short-Term Memory Model to Predict Stock Prices
#102This is pure nonsense. This isn’t even the right way to begin thinking about this as a forecasting task — the target series should be log-normal returns, not raw asset price. The performance of this model is laughably bad, which is probably why he spends zero time evaluating its effectiveness. You could trivially get better forecasts than this by naively repeating the last-observed price . This isn’t ML. It’s cargo-c…
Re: Using a Keras Long Short-Term Memory Model to Predict Stock Prices
#103Re: Using a Keras Long Short-Term Memory Model to Predict Stock Prices
#104Re: Using a Keras Long Short-Term Memory Model to Predict Stock Prices
#105Earlier quoted context omitted.
These predictions can also be self-reenforcing. If enough money believes the model is accurate, it will create it's own market conditions. In a distopian AI stock prediction world the best model will be the one with the widest publicity and adoption, not the best data points.
The problem I see with that hypothesis is that the asset pricing must eventually be tied to actual performance--while it may be self-reinforcing to some extend, if it _is_ fundamentally wrong, there will be a reckoning and an adjustment after a high value stock goes bankrupt, for example.
Re: Using a Keras Long Short-Term Memory Model to Predict Stock Prices
#106Re: Using a Keras Long Short-Term Memory Model to Predict Stock Prices
#107On a positive note, nice showcase of how simple implementation with Keras is.
Re: Using a Keras Long Short-Term Memory Model to Predict Stock Prices
#108This is pure nonsense. This isn’t even the right way to begin thinking about this as a forecasting task — the target series should be log-normal returns, not raw asset price. The performance of this model is laughably bad, which is probably why he spends zero time evaluating its effectiveness. You could trivially get better forecasts than this by naively repeating the last-observed price . This isn’t ML. It’s cargo-c…