• Stars
    star
    158
  • Rank 232,506 (Top 5 %)
  • Language
    Python
  • Created over 6 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

CNN for stock market prediction using raw data & candlestick graph.

Can Machine Reads Like Analysts Do?

update:

Related paper: Trading via Image Classification (by J.P. Morgan)

Two Approaches

Approach 1

  • cnn4matrix.py

  • Apply convolution on data matrices directly.

Input: (5*n) matrices -> (Open,High,Low,Close,Volume)*(d1,d2,...,dn)

Output: classification result

Approach 2

  • cnn.py

  • Generate candlestick graphs first. sample

Input: candlestick graphs

Output: classification result

Current results

11 layers + residual block prediction