tugot17 / Simple-Gan-In-Keras

Introduction to Generative Adversarial Networks on a pet example, created with Keras package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Generative Adversarial Network

This Jupyter Notebook focuses on creating Simple GAN using Keras-Neural Network library. Using GAN I create "faked" Gaussian Distributions from radom data

drawing

Getting Started

To run it You need jupyter notebook installed. The main file is SimpleGanInKeras.ipynb

Prerequisites

-numpy
-keras
-tqdm
-matplotlb

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Introduction to Generative Adversarial Networks on a pet example, created with Keras package

License:MIT License


Languages

Language:Jupyter Notebook 100.0%