Earlier quoted context omitted.
I think relating DL with human skills is confusing you. DL already beats humans in recognizing dog breeds. DL could always do a better job, because it looks at more patterns than humanly possible.
The reason I relate human skill with DL, is because for tasks where there are real patterns that humans can consistently recognize, DL is applicable, because it relies on human labeled inputs. For patterns, even humans can't consistently recognize (or if there are patterns at all), there's no way for DL to be better than humans, simply because the inputs from human can't be trusted. The example of DL does better job…
Using a Keras Long Short-Term Memory Model to Predict Stock Prices
61–70 of 178 posts
Re: Using a Keras Long Short-Term Memory Model to Predict Stock Prices
#62Re: Using a Keras Long Short-Term Memory Model to Predict Stock Prices
#63Total noob question in this space (algotrading with DL algorithms). What DL is good at, is to automate tasks that are easy for humans (e.g. telling cat from dog, understand a sentence from sound wave, translation, etc) but hard for machines without DL. Now, if a task is even hard/borderline impossible for humans to achieve (e.g. predicting stock market with higher accuracy and consistency), why would we believe DL co…
Because there's no requirement that deep learning must only excel at tasks humans are good at. That said, the pitfalls of using ML in trading systems are numerous.
Re: Using a Keras Long Short-Term Memory Model to Predict Stock Prices
#64Earlier quoted context omitted.
A lifetime noncompete really I assume they pay you for life for this noncompete.
My understanding is that legally, the contract says something reasonable, like a year. But the firm will use it's considerable resources to impede your career if you attempt to work in mathematical trading after that year's up. On the flip side, employees are compensated very well, and the turnover is very low.
Re: Using a Keras Long Short-Term Memory Model to Predict Stock Prices
#65I'm not a purist believer in the efficient market hypothesis. BUT, I doubt there's much alpha to be gained simply from looking at price data which is widely and publicly available. Also keep in mind that markets are dynamic feedback loops so even if this model had an edge, the act of publishing this article would work against you to neutralize that edge in the future. There's a good reason the most successful 'quanti…
Rennaisance is one large quantitative trading firm, there are other bigger and more successful ones however. I happen to work for another very large and successful quant trading firm.
Re: Using a Keras Long Short-Term Memory Model to Predict Stock Prices
#66Re: Using a Keras Long Short-Term Memory Model to Predict Stock Prices
#67wonder how effective those models will become when everyone starts believing in those models to do trades.
The vast, vast majority of trading is fully automated algorithmic already.
Re: Using a Keras Long Short-Term Memory Model to Predict Stock Prices
#68Oblig XKCD https://xkcd.com/1570/ Seriously tho', articles like this need to come with a big banner at the top saying warning: do not try this at home .
People in finance are much more advanced in terms of mathematical statistics and numerical methods, they use time series analysis, stochastic calculus, etc.
Keras is a high level framework for lazy people or for prototyping maybe, this is for trying at home.
Re: Using a Keras Long Short-Term Memory Model to Predict Stock Prices
#69Earlier quoted context omitted.
My understanding is that legally, the contract says something reasonable, like a year. But the firm will use it's considerable resources to impede your career if you attempt to work in mathematical trading after that year's up. On the flip side, employees are compensated very well, and the turnover is very low.
I'd assume turn over is low if by leaving they now have to change entire career paths. I'd put up with a lot of shit to not have to learn a brand new trade.
Re: Using a Keras Long Short-Term Memory Model to Predict Stock Prices
#70Do not minmax scale the data. New data outside ranges seen before will be chopped off. Do make relative (high/low), so patterns you find generalize to other domains. Don't fit complex LSTM models on tiny datasets. Somehow this is the shiny thing all starters jump on, while the most simple models are the most proven and robust. Don't just share such a model without giving a disclaimer ("I never tried this out on real…
> This is real money, real economies, and you could horribly crash these. That is also why you don't write with authority about how to build a bridge ... Setting aside that first bit of hyperbole, I don't see the danger in the bridge example. I mean, if engineers are building bridges based on information they've gleaned from internet articles, there are larger issues at play. As far as markets, retail traders basical…
I refer to engineering code, because it is clear to me we don't want our bridges build by those not skilled enough to make safe bridges. Yet, it is not so clear with ML/AI, while the potential for damage may be even greater.
https://en.m.wikipedia.org/wiki/Financial_Modelers%27_Manife...