A LSTM model is implemented to predict the upward and the downward trends of the Google Stock Price. The dataset consists of the stock prices till 2016 year and we predicted the google stock prices for 2017 year.
Install Numpy: pip install numpy
Install Pandas: pip install pandas
Install Tensorflow: pip install tensorflow (for cpu)
pip install tensorflow-gpu (for gpu)
Install keras: pip install keras
Install scikit-learn: pip install sklearn
Install Matplotlib: pip install matplotlib