Skip to content

Commit 28d87fe

Browse files
BruceZhaotqchen
BruceZhao
authored andcommitted
fix typo for PR #40 (#41)
#40 Adversial -> Adversarial
1 parent 98e2011 commit 28d87fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2017-06-01-Generative-Adversial-Network-in-R.md renamed to _posts/2017-06-01-Generative-Adversarial-Network-in-R.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
layout: post
3-
title: "Conditional Generative Adversial Network with MXNet R package"
3+
title: "Conditional Generative Adversarial Network with MXNet R package"
44
date: 2017-06-01
55
author: Jeremie Desgagne-Bouchard
66
categories: rstats
77
comments: true
88
---
99

10-
This tutorial shows how to build and train a Conditional Generative Adversial Network (CGAN) on MNIST images.
10+
This tutorial shows how to build and train a Conditional Generative Adversarial Network (CGAN) on MNIST images.
1111

1212
### How GAN works
1313

14-
A Generative Adversial Model simultaneously trains two models: a generator that learns to output fake samples from an unknown distribution and a discriminator that learns to distinguish fake from real samples.
14+
A Generative Adversarial Model simultaneously trains two models: a generator that learns to output fake samples from an unknown distribution and a discriminator that learns to distinguish fake from real samples.
1515

1616
The CGAN is a conditional variation of the GAN where the generator is instructed to generate a real sample having specific characteristics rather than a generic sample from full distribution. Such condition could be the label associated with an image like in this tutorial or a more detailed tag as shown in the example below:
1717

0 commit comments

Comments
 (0)