Skip to content

Commit e41a2fd

Browse files
Merge pull request #344 from HanzTantiangco/patch-8
docs: Fix typo
2 parents 2d7db1c + 3ce91d0 commit e41a2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoencoder/denoising-autoencoder/Denoising_Autoencoder_Exercise.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"---\n",
9999
"# Denoising\n",
100100
"\n",
101-
"As I've mentioned before, autoencoders like the ones you've built so far aren't too useful in practive. However, they can be used to denoise images quite successfully just by training the network on noisy images. We can create the noisy images ourselves by adding Gaussian noise to the training images, then clipping the values to be between 0 and 1.\n",
101+
"As I've mentioned before, autoencoders like the ones you've built so far aren't too useful in practice. However, they can be used to denoise images quite successfully just by training the network on noisy images. We can create the noisy images ourselves by adding Gaussian noise to the training images, then clipping the values to be between 0 and 1.\n",
102102
"\n",
103103
">**We'll use noisy images as input and the original, clean images as targets.** \n",
104104
"\n",

0 commit comments

Comments
 (0)