added note about WGAN

This commit is contained in:
Eric Zelikman 2021-01-14 19:46:43 -05:00
parent 9d1333d529
commit 90d7c3202d
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@
" h = self.conv2d(h)\r\n",
" return h\r\n",
"```\r\n",
"Once our discriminator performs inference on some samples the generated integers are then used in the WGAN formulation:\r\n",
"Once our discriminator performs inference on some samples the generated integers are then used in the WGAN formulation (you'll learn more about this next week!):\r\n",
"\r\n",
"$$\\operatorname*{argmax}_D \\operatorname*{argmin}_G\\mathbb{E}_{x\\sim \\mathbb{P}_r}[D(x)]-\\mathbb{E}_{z\\sim p(z)}[D(G(z))]$$\r\n",
"\r\n",