Skip to content

Code for the paper "Generating Multi-Categorical Samples with Generative Adversarial Networks"

License

Notifications You must be signed in to change notification settings

CharushS/multi-categorical-gans

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Categorical GANs

Code for the paper Generating Multi-Categorical Samples with Generative Adversarial Networks

Pre-requisites

The project was developed using python 3.6.7 with the following packages:

  • future==0.17.1
  • numpy==1.16.0
  • scikit-learn==0.20.2
  • scipy==1.2.0
  • torch==1.0.0

Installation with pip:

pip install -r requirements.txt

Contents

Changelog

  • 2019-01-28: changed to Python 3 as suggested (and still compatible with 2.7 ... I hope).
  • 2018-07-25: now we use WGAN-GP for ARAE following the author updates.

About

Code for the paper "Generating Multi-Categorical Samples with Generative Adversarial Networks"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%