Multivariate Time Series Prediction with LSTM and Multiple features (Predict Google Stock Price)

Опубликовано: 26 Июль 2020
на канале: Data Science Garage
62,209
1k

Build a Artificial Neural Network (ANN) with Long-Short Term Memory (LSTM) to predict value which can be impacted by multiple different features.

In this video I demonstrate how to use LSTM to predict Google Stock price (you can use any other case) by taking into consideration multiple predictors (features). Let's say, the final stock price can be predicted by finding importance of such features as historical low price, high price, volume, adj. price, etc.

Link to github notebook: https://github.com/vb100/multivariate...

The video has 3 parts:
- Part 01. Data pre-processing (4:11)
| Step 01: Read data.
| Step 02: Data pre-processing (shaping and transformations).

- Part 02. Create a LSTM model and train it. (10:39)
| Step 03: Building-up the LSTM based Neural Network.
| Step 04: Start training.

- Part 03. Make future predictions. (13:50)
| Step 05: Make predictions for future date.
| Step 06: Visualize the predictions.

In this tutorial I used Tensorflow 1.15.0 and Keras 2.3.1

Download data from: https://finance.yahoo.com/quote/GOOG/... (check 1:59 in video).

This is real life Python code example for demonstration purposes, so the model is not very accuracy and of course could be improved or tuned.

My goal of this Python tutorial is to demonstrate how to perform LSTM predictions with multiple features (complex dataset).

Hoping it will help to undersant the way it could be implemented in real Data Science or Data Analysis projects. TIme Series forecasting with LSTM is the good choice if you want to manipulate with multiple different data features and see which ones has impact to predictions and which ones do not.

If you are interested how to run Tensorboard on this LSTM Keras model, check this tutorial:    • Monitoring Training with TennsorBoard...  

Sorry for video quality. There were some unexpected issues with resolution.

#lstm #timeseries #multivariate


Смотрите видео Multivariate Time Series Prediction with LSTM and Multiple features (Predict Google Stock Price) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Data Science Garage 26 Июль 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 62,209 раз и оно понравилось 1 тысяч людям.