All Projects → gsurma → Face_generator

gsurma / Face_generator

Licence: mit
DCGAN face generator 🧑.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Face generator

Catdcgan
A DCGAN that generate Cat pictures 🐱‍💻
Stars: ✭ 177 (+21.23%)
Mutual labels:  jupyter-notebook, gan, dcgan
Psgan
Periodic Spatial Generative Adversarial Networks
Stars: ✭ 108 (-26.03%)
Mutual labels:  jupyter-notebook, gan, dcgan
Gans In Action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
Stars: ✭ 748 (+412.33%)
Mutual labels:  jupyter-notebook, gan, dcgan
Image generator
DCGAN image generator 🖼️.
Stars: ✭ 173 (+18.49%)
Mutual labels:  jupyter-notebook, gan, dcgan
Generative adversarial networks 101
Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 datasets.
Stars: ✭ 138 (-5.48%)
Mutual labels:  jupyter-notebook, gan, dcgan
Gan Tutorial
Simple Implementation of many GAN models with PyTorch.
Stars: ✭ 227 (+55.48%)
Mutual labels:  jupyter-notebook, gan, dcgan
Deep Learning With Python
Example projects I completed to understand Deep Learning techniques with Tensorflow. Please note that I do no longer maintain this repository.
Stars: ✭ 134 (-8.22%)
Mutual labels:  jupyter-notebook, gan, dcgan
Ganotebooks
wgan, wgan2(improved, gp), infogan, and dcgan implementation in lasagne, keras, pytorch
Stars: ✭ 1,446 (+890.41%)
Mutual labels:  jupyter-notebook, dcgan
Prml
PRML algorithms implemented in Python
Stars: ✭ 10,206 (+6890.41%)
Mutual labels:  jupyter-notebook, notebook
Spark R Notebooks
R on Apache Spark (SparkR) tutorials for Big Data analysis and Machine Learning as IPython / Jupyter notebooks
Stars: ✭ 109 (-25.34%)
Mutual labels:  jupyter-notebook, notebook
Ipyexperiments
jupyter/ipython experiment containers for GPU and general RAM re-use
Stars: ✭ 128 (-12.33%)
Mutual labels:  jupyter-notebook, notebook
Stylegan2 Projecting Images
Projecting images to latent space with StyleGAN2.
Stars: ✭ 102 (-30.14%)
Mutual labels:  jupyter-notebook, gan
Tensorflow2.0 Examples
🙄 Difficult algorithm, Simple code.
Stars: ✭ 1,397 (+856.85%)
Mutual labels:  jupyter-notebook, gan
Spark Py Notebooks
Apache Spark & Python (pySpark) tutorials for Big Data Analysis and Machine Learning as IPython / Jupyter notebooks
Stars: ✭ 1,338 (+816.44%)
Mutual labels:  jupyter-notebook, notebook
Tf Exercise Gan
Tensorflow implementation of different GANs and their comparisions
Stars: ✭ 110 (-24.66%)
Mutual labels:  gan, dcgan
Fastdoc
Create publication-quality books from Jupyter notebooks
Stars: ✭ 134 (-8.22%)
Mutual labels:  jupyter-notebook, notebook
Spectralnormalizationkeras
Spectral Normalization for Keras Dense and Convolution Layers
Stars: ✭ 100 (-31.51%)
Mutual labels:  jupyter-notebook, gan
Capsule Gan
Code for my Master thesis on "Capsule Architecture as a Discriminator in Generative Adversarial Networks".
Stars: ✭ 120 (-17.81%)
Mutual labels:  jupyter-notebook, gan
Image classifier
CNN image classifier implemented in Keras Notebook 🖼️.
Stars: ✭ 139 (-4.79%)
Mutual labels:  jupyter-notebook, notebook
Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (+1179.45%)
Mutual labels:  jupyter-notebook, notebook

Face Generator

Python notebook containing TensorFlow DCGAN implementation. It was trained on a Celebrities dataset.

Check out corresponding Medium article: Face Generator - Generating Artificial Faces with Machine Learning 🧑.

Check out corresponding Kaggle kernel: Face Generator.

DCGAN

Network architecture by Radford et al., 2015.

Training

Visualization of training with the following hyperparameteres.

DATASET_SIZE = 100000
IMAGE_SIZE = 128
NOISE_SIZE = 100
LR_D = 0.00004
LR_G = 0.0002
BATCH_SIZE = 64
EPOCHS = 60
BETA1 = 0.5
WEIGHT_INIT_STDDEV = 0.02
EPSILON = 0.00005

Results

Generated samples after 60 epochs of training.

Author

Greg (Grzegorz) Surma

PORTFOLIO

GITHUB

BLOG

Support via PayPal
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].