Live data from Hacker News

Using a Keras Long Short-Term Memory Model to Predict Stock Prices

heartbeat.fritz.ai

101–110 of 178 posts

Re: Using a Keras Long Short-Term Memory Model to Predict Stock Prices

#102

This 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…

Can you clarify why "the target series should be log-normal returns" is important or provide a pointer for more information?

Re: Using a Keras Long Short-Term Memory Model to Predict Stock Prices

#104
post #47
post #39

Earlier quoted context omitted.

How does a lifetime non-compete work?

I'm shocked that would be even close to enforcable.

don't worry, it's not. Even in New York, has to be limited in time and geographic region. Good luck getting more than a year.

Re: Using a Keras Long Short-Term Memory Model to Predict Stock Prices

#105
post #74
post #35

Earlier 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.

But the stock market isn’t just a bunch of people placing speculative bets about company performance; it’s a bunch of people placing speculative bets about company performance by buying shares of the companies. If the market is irrational, it can actually prop up companies that would otherwise go bankrupt.

Re: Using a Keras Long Short-Term Memory Model to Predict Stock Prices

#106
From my experience, LSTM or other recurrent neural network models only work "well" at forecasting bounded and periodic or oscillating time series. Might work for something like seasonal sale data, but would fail spectacularly with unbounded and chaotic time series like stock prices.

Re: Using a Keras Long Short-Term Memory Model to Predict Stock Prices

#108

This 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…

[deleted]
Post reply on HN