Skip to content

Conditional Generative Adversarial Recurrent Neural Networks implemented with Tensorflow

License

Notifications You must be signed in to change notification settings

ROYALBEFF/conditional_generative_adversarial_rnns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

About

This repository contains an implementation of the Conditional Generative Adversarial RNN model for the MNIST data set. An implementation on a textual data set, preprocessed data and code documentation can be found here.

Dependencies

  • matplotlib (2.0.2)
  • numpy (1.14.0)
  • python (3.6.4)
  • scikit-learn (0.19.1)
  • tensorflow (1.5.0)

All experiments were conducted using the above packages. There is no guarantee that the provided code in this repository works with older package versions than the above-mentioned.

License

This project is published under the MIT License

About

Conditional Generative Adversarial Recurrent Neural Networks implemented with Tensorflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages