Skip to content

This RNN is trained on real stock price data of Google and tries to predict the price of stock in next time-step. It uses the LSTM model because stock prices depend on time which is a constantly changing quantity. Understanding that stock prices depend on a lot of things like economic conditions, value of currency, market share of the company an…

Notifications You must be signed in to change notification settings

mohak1/RNN-StockPricePrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RNN-StockPricePrediction

This RNN is trained on real stock price data of Google and tries to predict the price of stock in next time-step. It uses the LSTM model because stock prices depend on time which is a constantly changing quantity. Understanding that stock prices depend on a lot of things like economic conditions, value of currency, market share of the company and many other things, this project takes in consideration only the opening and closing of the price each day and tries to make a prediction hence evaluation of accuracy is out of question but it does manage to model quite correctly the trends of the training sample.

About

This RNN is trained on real stock price data of Google and tries to predict the price of stock in next time-step. It uses the LSTM model because stock prices depend on time which is a constantly changing quantity. Understanding that stock prices depend on a lot of things like economic conditions, value of currency, market share of the company an…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages