diff --git a/README.md b/README.md index 452f748..f0abbe1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,22 @@ For example : - Time Series Data Augmentations - Generating Simulations -## Model Used + +## How to use +1. TimeGAN을 이용한 시계열 생성 + +```python +python run_timegan.py + +``` + +2. VRAE를 이용한 시계열 생성 + +```python +python run_vrae.py + +``` +## Models Used ### TimeGAN @@ -25,18 +40,9 @@ For example : - pyTorch implementation for `VRAE` - Code Reference : https://github.com/tejaslodaya/timeseries-clustering-vae +## CAUTIONS! +The outputs for each model are different! See below for more detail. -## How to use -1. TimeGAN을 이용한 시계열 생성 - -```python -python run_timegan.py - -``` - -2. VRAE를 이용한 시계열 생성 - -```python -python run_vrae.py +### TimeGAN -``` +### Variational Recurrent AutoEncoder (VRAE)