Skip to content

OperatingFuture/GoogleStocksPrediction-RNN

Repository files navigation

Google Stocks Prediction with RNN

This is an example project on how to use RNNs in Keras for predicting the google stock price.

Dataset

The datasets used in this project is Google stocks history from 3/1/2012 - 30/12/2016 for the training dataset and from 3/1/2017 - 31/1/2017 for the test dataset. The names of the file is Google_Stock_Price_Test.csv for the test dataset and Google_Stock_Price_Train.csv for the training dataset.

Install

    Python version used in this project: 3.6.6

    Libraries used:

How to Run

To run this project you will need some software, like Anaconda.

From Anaconda just set as working directory the folder of the project, open the GoogleStockPrediction.py and run this file or press F5.

About

Example project of LSTM in Keras for google stocks prediction.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages