Skip to content

Data and code of my Medium story on stock prediction with TensorFlow

Notifications You must be signed in to change notification settings

asfed/stockprediction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple deep learning model for stock prediction using TensorFlow

This repository contains the Python script as well as the source dataset from my Medium.com article "A simple deep learning model for stock prediction using TensoFlow".

Please note, that the dataset is zipped due to Github file size restrictions. Feel free to clone and fork! :)

If you need any help in developing deep learning models in Python and TensorFlow contact my "data science consulting company STATWORX".

How to run

pip3 install -r requirements.txt

python3 02_code/stockprediction.py

or

./start.sh

About

Data and code of my Medium story on stock prediction with TensorFlow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Shell 0.9%