Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 623 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 623 Bytes

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