How to Predict Stock Prices Easily We use an LSTM neural network to predict the closing price of the S&P 500 using a dataset of past prices.
##Dependencies
keras tensorflow Install Keras and Tensorflow .
##Usage
Run this using jupyter notebook. Just type jupyter notebook in the main directory and the code will pop up in a browser window.
#Coding Challenge - Due Date, Thursday, March 2nd 2017 at 12 PM PST
Use the price history AND two other metrics of your choice to predict the price of GOOGL stock with an LSTM network.