Flitternie / transformerquant

A framework for training and evaluating deep learning models in Quantitative trading domain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

transformerquant

transformerquant is an open source framework for training and evaluating deep learning models in quantitative trading domain. It provides simple and extensible interfaces and abstractions for model components, contains workflows to train popular deep learning algorithms, including data preprocessing, feature transformation, distributed training, evaluation, and model serving.

transformerquant provides state-of-the-art general-purpose deep learning architectures to help researcher explore and expand the boundary of predictability in quantitative trading domain. More specifically, this framework is trying to transfer state-of-the-art model architectures from Computer Vision(CV), Nature Language Processing(NLP) and other domains to quantitative finance domain. Besides, we are trying to build some pretrained models to help research improve downstream tasks performance by simply fine-tuning all pre-trained parameters.

Algorithms Supported

  1. SSA, MILA(2017), A structured self-attentive sentence embedding
  2. Transformer, Google(2017), Attention Is All You Need
  3. BERT, Google(2019), BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding

Install

Dependencies

  • featurizer: A define-by-run framework for data feature engineering

  • pytorch: the most popular deep learning framework for model training and evaluating with strong GPU acceleration.

Install from source

git clone https://github.com/StateOfTheArt-quant/transformerquant.git
cd featurizer
python setup.py install

Quick start

Author

Allen Yu (allen.across@gmail.com)

License

This project following Apache 2.0 License as written in LICENSE file

Copyright 2018 Allen Yu, StateOfTheArt.quant Lab, respective Transformer contributors

About

A framework for training and evaluating deep learning models in Quantitative trading domain

License:Apache License 2.0


Languages

Language:Python 100.0%