Skip to content

Latest commit

 

History

History
executable file
·
40 lines (24 loc) · 529 Bytes

README.md

File metadata and controls

executable file
·
40 lines (24 loc) · 529 Bytes

TabularGAN

Synthetic data generation

PyTorch Lightning 으로 GAN 코드 만들기

DataSet

creditcard

Output

  • Pytorch Lightning으로 GAN 알고리즘 구현

    • GAN
    • LSGAN
    • WGAN
    • WGAN-GP [TODO]
    • CGAN [TODO]
    • ...
  • 정형 데이터 생성해보기

    • 연속형
    • 범주형 [TODO]
    • 연속형 + 범주형 [TODO]
  • 시각화 [TODO]

    • Loss 시각화
    • 분포 시각화
  • 코드 정리 [TODO]

    • 구조화
    • Script 화
    • 주피터 노트북