All Projects → Hongtao-Lin → HFT-Prediction

Hongtao-Lin / HFT-Prediction

Licence: other
Machine learning approach to high frequency trading, MLP & RNN used

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to HFT-Prediction

multiscorer
A module for allowing the use of multiple metric functions in scikit's cross_val_score
Stars: ✭ 21 (+10.53%)
Mutual labels:  data-mining
LeetCode
At present contains scraped data from around 1500 problems present on the site. More to follow....
Stars: ✭ 45 (+136.84%)
Mutual labels:  data-mining
TIGER
Python toolbox to evaluate graph vulnerability and robustness (CIKM 2021)
Stars: ✭ 103 (+442.11%)
Mutual labels:  data-mining
ECG analysis
No description or website provided.
Stars: ✭ 32 (+68.42%)
Mutual labels:  data-mining
PracticalMachineLearning
A collection of ML related stuff including notebooks, codes and a curated list of various useful resources such as books and softwares. Almost everything mentioned here is free (as speech not free food) or open-source.
Stars: ✭ 60 (+215.79%)
Mutual labels:  data-mining
old nesta daps
[archived]
Stars: ✭ 16 (-15.79%)
Mutual labels:  data-mining
rumor-fake-news-papers
🚨 Rumor, Fake News, Misinformation Papers
Stars: ✭ 35 (+84.21%)
Mutual labels:  data-mining
The-Purchase-and-Redemption-Forecast-Challenge-baseline
天池“资金流入流出预测——挑战baseline”的解决方案,线上效果143.5
Stars: ✭ 78 (+310.53%)
Mutual labels:  data-mining
neuromantic
Latest Data Science Materials
Stars: ✭ 27 (+42.11%)
Mutual labels:  data-mining
iww
AI based web-wrapper for web-content-extraction
Stars: ✭ 61 (+221.05%)
Mutual labels:  data-mining
bookworm
📚 social networks from novels
Stars: ✭ 72 (+278.95%)
Mutual labels:  data-mining
gosquito
gosquito ("go" + "mosquito") is a pluggable tool for data gathering, data processing and data transmitting to various destinations.
Stars: ✭ 25 (+31.58%)
Mutual labels:  data-mining
Data-Mining-and-Warehousing
Data Mining algorithms for IDMW632C course at IIIT Allahabad, 6th semester
Stars: ✭ 19 (+0%)
Mutual labels:  data-mining
modelscript
REPO MOVED TO https://github.com/repetere/jsonstack-data - Data Science and Machine learning in JavaScript
Stars: ✭ 40 (+110.53%)
Mutual labels:  data-mining
dee2
Digital Expression Explorer 2 (DEE2): a repository of uniformly processed RNA-seq data
Stars: ✭ 32 (+68.42%)
Mutual labels:  data-mining
hh research
Автоматизация поиска и исследования вакансий с сайта hh.ru (Headhunter) с помощью методов Python. Классификация данных, поиск статистических параметров.
Stars: ✭ 36 (+89.47%)
Mutual labels:  data-mining
heidi
heidi : tidy data in Haskell
Stars: ✭ 24 (+26.32%)
Mutual labels:  data-mining
tree-hugger
A light-weight, extendable, high level, universal code parser built on top of tree-sitter
Stars: ✭ 96 (+405.26%)
Mutual labels:  data-mining
2018-JData-Unicom-RiskUser
2018-JData-联通-基于移动网络通讯行为的风险用户识别:Baseline 0.77
Stars: ✭ 20 (+5.26%)
Mutual labels:  data-mining
python-notebooks
A collection of Jupyter Notebooks used in conferences or just to have some snippets.
Stars: ✭ 14 (-26.32%)
Mutual labels:  data-mining

High Frequency Trading Prediction

Intro

In this project, we explore several machine learning techniques in order to predict the raise and fall of trading price.

Data

High frequency trading records from April 2016 to May 2016. Only fifteen futures are included. Omitted in this repo, sorry for that :(

Methods

Efforts involve several ways to transform raw records into trainable inputs. Models used include traditional ones, like SVM, LR and also neural networks like baisc MLP and RNNs.

Also, we do simulated tradings to evaluate the performance of models, and yields satisfying results. ( Maybe we failed to consider some situations, the results are too good to be true...

Code

Core models are implemented by Keras, thanks for the convenience :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].