Giter Site home page Giter Site logo

bp_finance's Introduction

High-frequency Financial Time Series Analysis Based on BP Neural Networks

Paper

http://www.lin-baobao.com/static/files/graduate_paper.pdf

Video for Demonstration

http://www.lin-baobao.com/static/videos/graduate_project.flv

Application

http://www.lin-baobao.com/bp_finance/php/login/

This project includes three sections.

  • GetData

    Data crawling.

    Responsible for crawling and processing the high frequency data of stock transcation in recent years. And the data format would be converted to an appropriate format.

  • predict

    Core algorithm.

    Implement the Back Propagation Neural Networks without using any framework (all code is completely written by myself).

  • php

    System integration.

    Integrate the first two parts into a system.

Project description

It included data crawling, model design, code implementation, result analysis, experiments and system integration.

    1. Crawled the data of some stocks’ transactions per day.
    1. Chose BP Neural Network as model, deduced the formulas myself and implemented code without using any framework.
    1. The direction accuracy was about 55%-60% and the relative error between the actual and the predicted price maintained at 0.015%. Reached the conclusion that high-frequency data is better for stock price prediction via testing data’s impact at different frequencies.
    1. Integrated the algorithm into a real-time stock price prediction system.

Deployment

Need to deploy mysql, and the sql file is in finance.sql

Ways to run

Just call the run.py directly.

bp_finance's People

Contributors

samuellan avatar

Watchers

 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.