Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1.12 KB

README.md

File metadata and controls

56 lines (32 loc) · 1.12 KB

Quant GANs

Student: Huy Pham

This is my assignment for the course Deep Generative Models (HSE MDS).

This repository demostrates the paper: Wiese et al., Quant GANs: Deep Generation of Financial Time Series, 2019

Please see the notebook QuantGans for detail of the model.

My work adapts many parts of these awesome repository:

Prepare the environment

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

Train

$ python train.py --data_path sample/sp500.csv

Inference

$ python inference.py

Results

The training loss

Generated Log return

The comparison between Real vs Synthetic lag

The comparison between Real vs Synthetic distribution