Deep-MacroFin
Deep-MacroFin is a comprehensive deep-learning framework designed to solve equilibrium economic models in continuous time. The library leverages deep learning to alleviate curse of dimensionality.
Installation
Install from PyPI
The stable version of the package can be installed from PyPI.
Build from Source (with poetry)
The project is now configured with poetry for dependency management and packaging. To install the dependencies and run the code:
-
Clone the repository
-
Install poetry by following the official documentation here
-
Create a poetry virtual environment and install the dependencies and the package
Build from Source (without poetry)
For developers, you should clone the folder to your local machine and install from the local folder.
-
Clone the repository
-
Create a virtual environment (Optional, but recommended)
-
Install dependencies
-
Install the package
Docs
The documentation site is based on mkdocs and mkdocs-mateiral.
Layouts
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.
To see the site locally, run the following command:
Cite Deep-MacroFin
If you use Deep-MacroFin for academic research, you are encouraged to cite the following paper:
@misc{wu2024deepmacrofin,
title={Deep-MacroFin: Informed Equilibrium Neural Network for Continuous Time Economic Models},
author={Yuntao Wu and Jiayuan Guo and Goutham Gopalakrishna and Zisis Poulos},
year={2024},
eprint={2408.10368},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/2408.10368},
}