Skip to content

Commit 3ce91d0

Browse files
docs: Fix typo
1 parent 459a4b8 commit 3ce91d0

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)