Skip to content

A practical implementation of RNN in predicting the stock price of google for Jan 2018

Notifications You must be signed in to change notification settings

Geo-Joy/predicting-stock-price-using-recurrent-neural-network-Google-2018

Repository files navigation

predicting-stock-price-using-recurrent-neural-network-Google-2018

A practical implementation of RNN in predicting the stock price of google for Jan 2018.

predicting-stock-price-intro.jpg

Read the full article on http://geojoy.me/post/2018/02/03/predicting-stock-price-using-recurrent-neural-network/

TrainSet

https://finance.yahoo.com/quote/GOOG/history?period1=1356978600&period2=1514658600&interval=1d&filter=history&frequency=1d

  • 01 Jan 2013 to 31 Dec 2017

google-stock-train.png google-stock-train.png

TestSet

https://finance.yahoo.com/quote/GOOG/history?period1=1514745000&period2=1517337000&interval=1d&filter=history&frequency=1d

  • 01 Jan 2018 to 31 Jan 2018

google-stock-test.png google-stock-test.png

About

A practical implementation of RNN in predicting the stock price of google for Jan 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages