All Projects → jonzhaocn → Simple-GAN-Base-on-Matlab

jonzhaocn / Simple-GAN-Base-on-Matlab

Licence: BSD-2-Clause License
simple Generative Adversarial Networks base on matlab

Programming Languages

matlab
3953 projects

Labels

Projects that are alternatives of or similar to Simple-GAN-Base-on-Matlab

GAN-RNN Timeseries-imputation
Recurrent GAN for imputation of time series data. Implemented in TensorFlow 2 on Wikipedia Web Traffic Forecast dataset from Kaggle.
Stars: ✭ 107 (+345.83%)
Mutual labels:  gan
Computer-Vision
implemented some computer vision problems
Stars: ✭ 25 (+4.17%)
Mutual labels:  gan
TET-GAN
[AAAI 2019] TET-GAN: Text Effects Transfer via Stylization and Destylization
Stars: ✭ 74 (+208.33%)
Mutual labels:  gan
catgan pytorch
Unsupervised and Semi-supervised Learning with Categorical Generative Adversarial Networks
Stars: ✭ 50 (+108.33%)
Mutual labels:  gan
Child-Face-Generation
Deep Convolutional Conditional GAN and Supervised CNN for generating children's faces given parents' faces
Stars: ✭ 26 (+8.33%)
Mutual labels:  gan
anime2clothing
Pytorch official implementation of Anime to Real Clothing: Cosplay Costume Generation via Image-to-Image Translation.
Stars: ✭ 65 (+170.83%)
Mutual labels:  gan
wgan-gp
Pytorch implementation of Wasserstein GANs with Gradient Penalty
Stars: ✭ 161 (+570.83%)
Mutual labels:  gan
infnet-spen
TensorFlow implementation [ICLR 18] "Learning Approximate Inference Networks for Structured Prediction"
Stars: ✭ 30 (+25%)
Mutual labels:  gan
Deep learning Coloring-Anime-image-and-satellite-image-house-damge-level-colorized
No description or website provided.
Stars: ✭ 16 (-33.33%)
Mutual labels:  gan
pytorch gan
Spectral Normalization and Projection Discriminator
Stars: ✭ 16 (-33.33%)
Mutual labels:  gan
SeqGAN-PyTorch
Implementation of Sequence Generative Adversarial Nets with Policy Gradient in PyTorch
Stars: ✭ 40 (+66.67%)
Mutual labels:  gan
videoMultiGAN
End to End learning for Video Generation from Text
Stars: ✭ 53 (+120.83%)
Mutual labels:  gan
srgan
Pytorch implementation of "Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network"
Stars: ✭ 39 (+62.5%)
Mutual labels:  gan
GANs-Keras
GANs Implementations in Keras
Stars: ✭ 24 (+0%)
Mutual labels:  gan
StyleGANCpp
Unofficial implementation of StyleGAN's generator
Stars: ✭ 25 (+4.17%)
Mutual labels:  gan
PerceptualGAN
Pytorch implementation of Image Manipulation with Perceptual Discriminators paper
Stars: ✭ 119 (+395.83%)
Mutual labels:  gan
CariMe-pytorch
Unpaired Caricature Generation with Multiple Exaggerations (TMM 2021)
Stars: ✭ 33 (+37.5%)
Mutual labels:  gan
AdvSegLoss
Official Pytorch implementation of Adversarial Segmentation Loss for Sketch Colorization [ICIP 2021]
Stars: ✭ 24 (+0%)
Mutual labels:  gan
metrics
IS, FID score Pytorch and TF implementation, TF implementation is a wrapper of the official ones.
Stars: ✭ 91 (+279.17%)
Mutual labels:  gan
GAN-Project-2018
GAN in Tensorflow to be run via Linux command line
Stars: ✭ 21 (-12.5%)
Mutual labels:  gan

Simple-GAN-Base-on-Matlab

  • simple generative adversarial networks base on matlab
  • 基于matlab上的简单生成对抗性网络

mnist_uint8数据集准备

网络结构

  • generator

  • generator + discriminator

代码

  • gan_adam.m

推荐使用ADAM优化器对GAN网络进行更新

结果示例:

  • gan_sgd.m

使用SGD算法对GAN网络进行迭代更新

结果示例:

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