Skip to content

Generative Adversarial Network to create synthetic time series

Notifications You must be signed in to change notification settings

mirkosavasta/GANetano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GANetano

Generative Adversarial Network to create synthetic time series. This repo refers to a a Medium Article that you should read if you intend to use my code.

Getting Started

Installation

  • Clone this repo:
git clone https://github.com/mirkosavasta/GANetano.git
cd GANetano
  • Install the dependencies
conda env create -f ganetano_env_reqs.yml

Training

  • Train model on sines:
python3 train.py -ln tensorboard_log_name -ds sines
  • Train model on arma:
python3 train.py -ln tensorboard_log_name -ds arma

About

Generative Adversarial Network to create synthetic time series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages