All Projects → xiaohuiduan → dcgan_anime_avatars

xiaohuiduan / dcgan_anime_avatars

Licence: other
基于keras使用dcgan自动生成动漫头像

Programming Languages

Jupyter Notebook
11667 projects

Labels

Projects that are alternatives of or similar to dcgan anime avatars

Face generator
DCGAN face generator 🧑.
Stars: ✭ 146 (+294.59%)
Mutual labels:  gan, dcgan
Unsupervised-Anomaly-Detection-with-Generative-Adversarial-Networks
Unsupervised Anomaly Detection with Generative Adversarial Networks on MIAS dataset
Stars: ✭ 95 (+156.76%)
Mutual labels:  gan, dcgan
Gan
Resources and Implementations of Generative Adversarial Nets: GAN, DCGAN, WGAN, CGAN, InfoGAN
Stars: ✭ 2,127 (+5648.65%)
Mutual labels:  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 (+262.16%)
Mutual labels:  gan, dcgan
GANs-Keras
GANs Implementations in Keras
Stars: ✭ 24 (-35.14%)
Mutual labels:  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 (+272.97%)
Mutual labels:  gan, dcgan
Image generator
DCGAN image generator 🖼️.
Stars: ✭ 173 (+367.57%)
Mutual labels:  gan, dcgan
Dcgan Tensorflow
A Tensorflow implementation of Deep Convolutional Generative Adversarial Networks trained on Fashion-MNIST, CIFAR-10, etc.
Stars: ✭ 70 (+89.19%)
Mutual labels:  gan, dcgan
Gan Tutorial
Simple Implementation of many GAN models with PyTorch.
Stars: ✭ 227 (+513.51%)
Mutual labels:  gan, dcgan
Anogan Tf
Unofficial Tensorflow Implementation of AnoGAN (Anomaly GAN)
Stars: ✭ 218 (+489.19%)
Mutual labels:  gan, dcgan
Tf Exercise Gan
Tensorflow implementation of different GANs and their comparisions
Stars: ✭ 110 (+197.3%)
Mutual labels:  gan, dcgan
GAN-Project-2018
GAN in Tensorflow to be run via Linux command line
Stars: ✭ 21 (-43.24%)
Mutual labels:  gan, dcgan
Psgan
Periodic Spatial Generative Adversarial Networks
Stars: ✭ 108 (+191.89%)
Mutual labels:  gan, dcgan
Semantic image inpainting
Semantic Image Inpainting
Stars: ✭ 140 (+278.38%)
Mutual labels:  gan, dcgan
Wasserstein Gan
Chainer implementation of Wasserstein GAN
Stars: ✭ 95 (+156.76%)
Mutual labels:  gan, dcgan
Tensorflow Mnist Gan Dcgan
Tensorflow implementation of Generative Adversarial Networks (GAN) and Deep Convolutional Generative Adversarial Netwokrs for MNIST dataset.
Stars: ✭ 163 (+340.54%)
Mutual labels:  gan, dcgan
Beautifulgirls
爬虫+脸部识别+DCGAN脸部自动生成
Stars: ✭ 56 (+51.35%)
Mutual labels:  gan, dcgan
Pix2pix
Image-to-image translation with conditional adversarial nets
Stars: ✭ 8,765 (+23589.19%)
Mutual labels:  gan, dcgan
Catdcgan
A DCGAN that generate Cat pictures 🐱‍💻
Stars: ✭ 177 (+378.38%)
Mutual labels:  gan, dcgan
catgan pytorch
Unsupervised and Semi-supervised Learning with Categorical Generative Adversarial Networks
Stars: ✭ 50 (+35.14%)
Mutual labels:  gan, dcgan

简介

数据挖掘课程设计:基于DCGAN自动生成动漫头像。

运行环境

keras:2.4.3

tensorflow:2.4.1

迭代100轮的结果:

关于GAN网络获得DCGAN的相关知识,可以参考我的博客:GAN网络入门,一共分为:

  1. GAN网络之入门教程(一)之GAN网络介绍
  2. GAN网络之入门教程(二)之GAN原理
  3. GAN网络之入门教程(三)之DCGAN原理
  4. GAN网络之入门教程(四)之基于DCGAN动漫头像生成

其中GAN网络之入门教程(四)之基于DCGAN动漫头像生成 是关于代码的解释。结合博客来看代码,效果更佳哦!!#^_^#

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].