GithubHelp home page GithubHelp logo

dzitkowskik / stockpredictionrnn Goto Github PK

View Code? Open in Web Editor NEW
668.0 668.0 274.0 4.15 MB

High Frequency Trading Price Prediction using LSTM Recursive Neural Networks

License: MIT License

Python 100.00%

stockpredictionrnn's People

Contributors

dzitkowskik avatar tk365 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

stockpredictionrnn's Issues

Performance comparison

Create a method of comparing performance of two neural networks. Use t-student metric to compare, and its pvalue to say if difference is significant. Use mean of error rates to say which one performed better. As input use a vector of error rates from cross validation ( #2 ) of two neural networks on the same data.

Features vector

Create features vector in OrderBook process method with features:

  1. Time - time since last event (ask or bid)
  2. Price - price of ask or bid
  3. Mid Price - mean of highest bid and lowest ask
  4. Volume
  5. Side - ask of bid
  6. AskPriceDiff - difference in price from last ask
  7. BidPriceDiff - difference in price from last bid
  8. AvgBidPrice - average bid price in orderbook
  9. AvgAskPrice - average ask price in orderbook

Feature Selection

Create a method of performing a feature selection with method Greedy forward selection using cross validation from #2 it should get testing data and neural network in parameters and return a list of numbers of features to use.

Early Results

Write some words about how things were implemented and show early results of our working program after implementing issues #1 #2 #3 #4 and #5

CrossValidation

Create a method of using cross validation with N passes that can be used with different neural network using different features. It should return a vector of error rates or a vector of vectors of predictions of test data. Data should be split in proportion defined in parameter.

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.