Skip to content

Strategies and basic research for the stock market

Notifications You must be signed in to change notification settings

davidcgong/Verena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verena

1) LSTM

LSTM built using the Keras Python package to do time-series prediction. Includes SP500 data. My initial attempt at LSTM is the lstm_part_1.py file

Requirements

Install requirements.txt file to make sure correct versions of libraries are being used.

  • Python 3.5.x
  • TensorFlow 1.10.0
  • Numpy 1.15.0
  • Keras 2.2.2
  • Matplotlib 2.2.2

Output for stock market multi-dimensional multi-sequential predictions:

Output for stock market multiple sequential predictions

2) Algorithms

Algorithms can be found in the Algorithms folder, can be run on either Quantopian or Quantconnect

About

Strategies and basic research for the stock market

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages