Skip to main content

Simple Python Framework for creating GANs and seeing evolution through time

Project description

PyGANs (Machine Learning Framework)

Python Framework for Generative Adversarial Networks. It provides an Abstraction layer to create and train GANs with an integrated monitoring module to see the evolution of the Network through time.

There are incorporated examples that show the usage of the framework in 2D functions and generating Hand Written Digits.

Tested Models:

  • Trigonometric Functions (f(x)=sin(x))
  • Polynomial Functions, for example:
    O f(x) = x**2
    O f(x) = x**5 - 3x**2 - 4
  • HandWritten Digits (MNIST)

Installation

PyGANs is available in the Python Package Index (PyPI), so it's possible to install it using the package installer for Python (pip), which install automatically the external dependencies:

$ pip install pygans

External Dependencies

If you install the library using pip, it will install automatically the dependencies.

  • Keras
  • Tensorflow
  • Numpy
  • Matplotlib

Versions

2.0.3

BugFix: Random Generation in Dataset_Generator_2D

2.0.2

  • BugFix: MNIST Animation

2.0.0

  • MNIST Supported
  • Simplified API
  • Optimizing training process
  • BugFix: Latent points generation on Standard normal distribution

1.0.0

  • 2D Functions tested
  • 2D animation supported

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pygans-2.0.3.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

pygans-2.0.3-py3-none-any.whl (8.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page