Skip to content

pnhuy/quantgans

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published