Skip to content

mayuanyang/SmartStock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

SmartStock

Use Keras, Tensorflow and LSTM to predict stock price

How to start

Make sure you have Python, Tensorflow and Keras installed

Once the environment is ready, just simply open a command prompt and type in python multiinputs.py

How it works

I treat it as a supervised training problem, the csv file contains multiple columns e.g. ['Open','High','Low','Close','Adj close', 'Volume'], the process will preprocess the data by appending the next day's columns to the right as the answer and use LSTM to work it out.

The data will be split to 90%/10% for training and evaluation, here is the example result

image

Releases

No releases published

Packages

No packages published

Languages