GitXplorerGitXplorer
m

ai4t-deeplob

public
0 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
c2f20b301b3d2fee3d36ce718aa4ebe03d985a5c

Small fix in slides

mmikcnt committed 3 years ago
Unverified
cce4e9f742812cd78f77681418b2e87b97c7195d

Small fix in slides

mmikcnt committed 3 years ago
Unverified
5a1ee1e1406303ee53cbef1e16df1c1e5feea277

Add slides

mmikcnt committed 3 years ago
Unverified
ced6aa070f3c1d1e3241c79281fa3622f192f69a

Minor fix in notebook

mmikcnt committed 3 years ago
Unverified
e92c5c3a7224ebe60b38cba34f2a83b578a57d2f

Update readme

mmikcnt committed 3 years ago
Unverified
e69c469642203577a7fc75615036d01ff5ac3a3a

Last fixes

mmikcnt committed 3 years ago

README

The README file for this repository.

Price movement prediction with DL

This repository contains the code to instantiate, train, and evaluate the deep neural network architecture described in DeepLOB model described in the paper DeepLOB: Deep Convolutional Neural Networks for Limit Order Books by Z. Zhang et al.

The complete pipeline to download the data, implement the dataset I/O, instantiate and train the model is contained in this notebook.

Usage

This implementation is based on Python 3.8. To install all the requirements:

$ pip install -r requirements.txt

Training

To train the model from scratch, just run the entire notebook. The model automatically logs some metrics (e.g., loss, accuracy, etc.) using WandB, so make sure to log in before you start the training process.

However, the model has already been trained and you can find here the WandB logs for it.