Skip to content

Dmkk01/LSTM-Stock-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

LSTM Stock Prediction

A total of three models used to predict Alphabet Inc. (GOOG) stocks (contained in google_stocks.csv). The first model is a simple linear regression model. The second model uses LSTM without backout and default epoch and batch size. The third model uses LSTM with backout and changed epoch and batch size values.

The LSTM models use a time-stamp of 60 and consider only the closing price of the stocks.

About

Using a LSTM model in Python to predict stock values

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published