Giter Club home page Giter Club logo

bilstm-stockprediction-algorithm's Introduction

Birdirectional-LSTM Based Stock Prediction

Introduction

This research was conducted for the purpose of analyzing and predicting stock price data based on Birdirectional-LSTM. About the top 10 KOSPI stocks for research We used crawling technology to collect stock information and company-related news information. It also consists of pattern capture technologies such as modified closing price, rolling and lagging, technical analysis, sentiment analysis, and Stacked Variational AutoEncoder.

Paper

Please refer to the paper (Korean) Drive Pages

Requirements

  • numpy
  • pandas
  • chromedriver_autoinstaller
  • selenium
  • bs4
  • urllib
  • Python-Io
  • datetime
  • FinanceDataReader
  • pykrx
  • Ta-lib
  • typing
  • xgboost
  • statsmodels
  • torch

License

This repository is licensed under Apache 2.0.

Structure

└─ stock_prediction
    └─ stock_prediction
        ├─ setup.py
        └─ src
            ├─ stock_prediction_program
                ├─ __init__.py
                ├─ program_func.py
                ├─ my_data
                │   └─ *.csv
                ├─ my_news_data
                │   └─ *.csv
                ├─ my_package
                │   ├─ metrics.py
                │   ├─ model.py
                │   ├─ preprocessing.py
                │   ├─ train.py
                │   └─ visualization.py
                └─ my_path
                    ├─ bilstm
                    │  └─ *.pt
                    ├─ vae
                    │  └─ *.pt
                    └─ xgb
                       └─ *.joblib   

Usage

Performance

image

Additional Development Plans

  • 분석 기법 다양화
  • 분석 결과 출력 시스템 개발
  • 최신 트렌드 모델 도입
  • 트레이딩 봇 서비스 1.0 출시

Developer

Github: paulms77

bilstm-stockprediction-algorithm's People

Contributors

paulms77 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

bilstm-stockprediction-algorithm's Issues

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.