Deep Learning

Google Stock prediction using Multivariate LSTM Neural Network

Using a Stacked LSTM to predict Google Stock prices. Full code available at my Github repo.

Michelangiolo Mazzeschi
Published in
11 min readJul 27, 2020

--

Not long ago I published a similar article on how to use LSTMs to make Stock predictions using a Vanilla Neural Network. Because I wanted to minimize the complexity of the problem, I used a monovarietal model. Today I will make the use of a multivariate model to train my AI. It will be more complex, but it will begin to be more…

--

--