Skip to content

Implementation of the Temporal Logistic Neural BoF method

Notifications You must be signed in to change notification settings

passalis/finbof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temporal Logistic Neural BoF method for Limit Order Book data analysis

Implementation of the Temporal Logistic Neural BoF method

This repository demonstrates how to use the Temporal Logistic Neural BoF method to classify limit order book data. Please download the preprocessed data from here and place the .h5 file into the data folder. You can then run the experiments by executing the run_exps.py file. Then you can print the results by running the print_results.py script. The proposed model is implemented in bof_models.py, while training utilities are provided in lob_utils.

If you use this code in your work please cite the following paper:

@article{temporal-bof,
        title       = "Temporal Logistic Neural Bag-of-Features for Financial Time series Forecasting leveraging Limit Order Book Data",
	author      = "Passalis, Nikolaos and Tefas, Anastasios and Kanniainen, Juho and Gabbouj, Moncef and Iosifidis, Alexandros",
	journal   = "Pre-print submitted to Pattern Recognition Letters",
	
}

About

Implementation of the Temporal Logistic Neural BoF method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages