Skip to content

edodema/ConvLOB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI4T

Simple Limit Order Book trending classification, both with a convolutional and an attention based model.

Project tree

.
├── notebooks
└── src

Environment

Install the environment in your preferred way, remember to place yourself in the root directory.

conda

$ conda env create -f environment.yml

venv

$ python -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt

Run

PYTHONPATH=. python src/main.py -h

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published