Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 8.3-neural-style-transfer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"\"content\", and `style` is a function that takes an image and computes a representation of its \"style\".\n",
"\n",
"Minimizing this loss would cause `style(generated_image)` to be close to `style(reference_image)`, while `content(generated_image)` would \n",
"be close to `content(generated_image)`, thus achieving style transfer as we defined it.\n",
"be close to `content(original_image)`, thus achieving style transfer as we defined it.\n",
"\n",
"A fundamental observation made by Gatys et al is that deep convolutional neural networks offer precisely a way to mathematically defined \n",
"the `style` and `content` functions. Let's see how."
Expand Down