Coder Social home page Coder Social logo

zhuzhenping / using-deep-learning-neural-networks-and-candlestick-chart-representation-to-predict-stock-market Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jason887/using-deep-learning-neural-networks-and-candlestick-chart-representation-to-predict-stock-market

0.0 2.0 0.0 129.07 MB

License: MIT License

Python 62.50% Shell 0.07% TeX 37.43%

using-deep-learning-neural-networks-and-candlestick-chart-representation-to-predict-stock-market's Introduction

Stock-Market-Predcition-using-ResNet

1. Prepare Environment

run init.sh to create a virtual python environment and install the dependencies

$ bash init.sh

if you don't want use virtual environment, you can install requirement libraries with :

$ pip install -r requirements.txt

Highly recomended using virtual environment.

2. Prepare dataset

To download data, we provide 2 source, yahoo and tiingo (yahoo by default). We can read a list of stock market and run it. Example, we want to download and preprocess all stock market in tw50.csv with 20 period days and produce 50x50 image dimension.

$ python runallfromlist.py tw50.csv 20 50

Generate the final dataset. Example, we want to generate a final dataset from tw50 with 20 period days and 50 dimension.

$ python generatebigdata.py dataset 20_50 bigdata_20_50

3. Build the model

We can run build model with default parameter.

$ python myDeepCNN.py -i dataset/bigdata_20_50

using-deep-learning-neural-networks-and-candlestick-chart-representation-to-predict-stock-market's People

Contributors

codaibk avatar rosdyana avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.