Autoencoder Market Models (AEMM)
Project description
Autoencoder Market Models (AEMM)
Overview
This package implements autoencoder-based models in Q- and P-measure. The initial set of models is for interest rates. More asset classes may be added at a later date.
The package takes specialized autoencoders and classical methods for performing dimension
reduction in quant models of financial markets from aenc
package (https://pypi.org/project/aenc/).
Quick Start Guide
Install using:
pip install aemm
Namespaces
Namespace aemm.core
implements autoencoder-based market models (AEMM)
and related classical models.
The implementation uses PyTorch and can be easily ported to TensorFlow 2 and other machine learning frameworks that support dynamic computational graphs.
Namespace aemm.dummy
includes dummy objects and generators for dummy market
data for testing purposes. To perform testing or training on real
historical or market-implied data, provide your own data files in the same
format as the dummy data files, or use pretrained components.
Namespace aemm.pretrained
includes pretrained components to avoid lengthy
test execution time. Use flags to ignore pretrained parameters
and perform training from scratch (calculation time will increase).
Licensing
The code in this project is licensed under Apache 2.0 license. See LICENSE for more information.
Copyright
Each individual contributor holds copyright over their contributions to the project. The project versioning is the sole means of recording all such contributions and copyright details. Specifying corporate affiliation or work email along with the commit shall have no bearing on copyright ownership and does not constitute copyright assignment to the employer. Submitting a contribution to this project constitutes your acceptance of these terms.
Because individual contributions are often changes to the existing code, copyright notices in project files must specify The Project Contributors and never an individual copyright holder.
Publications and Links
- Alexander Sokol, Autoencoder Market Models for Interest Rates, SSRN Working Paper https://ssrn.com/abstract=4300756
- This project on GitHub: https://github.com/compatibl/aemm
- Autoencoders for financial markets on GitHub: https://github.com/compatibl/aenc
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file aemm-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: aemm-0.0.2-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 070b68f6183b73a34c9c1d24c281f9e570065c7ad3f7e8138dfceae02584d109 |
|
MD5 | f0ae3618beb1072cf1f091bd9f2810cb |
|
BLAKE2b-256 | 0aaa21a204e991fd8078d785a798818a998f03ee5616beec6ade172623d379e1 |