All Projects → ekinakyurek → GAN-70-Lines-of-Julia

ekinakyurek / GAN-70-Lines-of-Julia

Licence: MIT license
A Knet implementation of MLP GAN for MNIST data.

Programming Languages

Jupyter Notebook
11667 projects
julia
2034 projects

Projects that are alternatives of or similar to GAN-70-Lines-of-Julia

Torchadver
A PyTorch Toolbox for creating adversarial examples that fool neural networks.
Stars: ✭ 88 (+69.23%)
Mutual labels:  adversarial-networks
nemesyst
Generalised and highly customisable, hybrid-parallelism, database based, deep learning framework.
Stars: ✭ 17 (-67.31%)
Mutual labels:  adversarial-networks
YOLO.jl
YOLO Object Detection in Julia
Stars: ✭ 41 (-21.15%)
Mutual labels:  knet
Chromagan
Official Implementation of ChromaGAN: An Adversarial Approach for Picture Colorization
Stars: ✭ 117 (+125%)
Mutual labels:  adversarial-networks
Adversarial Autoencoders
Tensorflow implementation of Adversarial Autoencoders
Stars: ✭ 215 (+313.46%)
Mutual labels:  adversarial-networks
MCS2018 Solution
No description or website provided.
Stars: ✭ 16 (-69.23%)
Mutual labels:  adversarial-networks
Man
Multinomial Adversarial Networks for Multi-Domain Text Classification (NAACL 2018)
Stars: ✭ 72 (+38.46%)
Mutual labels:  adversarial-networks
Adversarial-Examples-in-PyTorch
Pytorch code to generate adversarial examples on mnist and ImageNet data.
Stars: ✭ 112 (+115.38%)
Mutual labels:  adversarial-networks
EAD Attack
EAD: Elastic-Net Attacks to Deep Neural Networks via Adversarial Examples
Stars: ✭ 34 (-34.62%)
Mutual labels:  adversarial-networks
Adversarial-Semisupervised-Semantic-Segmentation
Pytorch Implementation of "Adversarial Learning For Semi-Supervised Semantic Segmentation" for ICLR 2018 Reproducibility Challenge
Stars: ✭ 151 (+190.38%)
Mutual labels:  adversarial-networks
Electra
中文 预训练 ELECTRA 模型: 基于对抗学习 pretrain Chinese Model
Stars: ✭ 132 (+153.85%)
Mutual labels:  adversarial-networks
Adversarial Semisupervised Semantic Segmentation
Pytorch Implementation of "Adversarial Learning For Semi-Supervised Semantic Segmentation" for ICLR 2018 Reproducibility Challenge
Stars: ✭ 147 (+182.69%)
Mutual labels:  adversarial-networks
precision-recall-distributions
Assessing Generative Models via Precision and Recall (official repository)
Stars: ✭ 80 (+53.85%)
Mutual labels:  adversarial-networks
Moving Semantic Transfer Network
Tensorflow codes for ICML2018, Learning Semantic Representations for Unsupervised Domain Adaptation
Stars: ✭ 94 (+80.77%)
Mutual labels:  adversarial-networks
dan
Demo code for the paper ''Distributional Adversarial Networks''
Stars: ✭ 18 (-65.38%)
Mutual labels:  adversarial-networks
Inverse rl
Adversarial Imitation Via Variational Inverse Reinforcement Learning
Stars: ✭ 79 (+51.92%)
Mutual labels:  adversarial-networks
EANN-KDD18
EANN: event-adversarial neural networks for multi-modal fake news detection
Stars: ✭ 171 (+228.85%)
Mutual labels:  adversarial-networks
AdversarialAudioSeparation
Code accompanying the paper "Semi-supervised adversarial audio source separation applied to singing voice extraction"
Stars: ✭ 70 (+34.62%)
Mutual labels:  adversarial-networks
StudyAdversarials
Some of my experiments targeting adversarial instances
Stars: ✭ 12 (-76.92%)
Mutual labels:  adversarial-networks
tensorflow-mnist-AAE
Tensorflow implementation of adversarial auto-encoder for MNIST
Stars: ✭ 86 (+65.38%)
Mutual labels:  adversarial-networks

Generative Adversarial Networks

An 70 lines Knet implementation of MLP GAN for MNIST data.

Usage

Install require packages:

Pkg.add("ImageMagick")
Pkg.add("Knet")

Currently, the latest version of Knet is required to run this, get it via:

Pkg.checkout("Knet")

Run the gan:

julia gan.jl

Generations

Alt text

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