How to Predict Stock Prices Easily
##Overview
We use an LSTM neural network to predict the closing price of the MICROSOFT from past prices.
##Dependencies
- keras
- tensorflow
Install Keras from here and Tensorflow from here.
##Usage
Run this using jupyter notebook. Just type jupyter notebook
in the main directory and the code will pop up in a browser window.