Skip to content

Commit a5fa087

Browse files
author
Yoshua Bengio
committed
minor edit
1 parent b241bde commit a5fa087

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/SdA.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ top-down -- generative model perspective ), all of which are explained in
140140

141141

142142
To convert the autoencoder class into a denoising autoencoder one, all we
143-
need to do is to add a corrupt the input step. The input can be
143+
need to do is to add a stochastic corruption step operating on the input. The input can be
144144
corrupted in many ways, in this tutorial we will stick to the original
145145
corruption mechanism of randomly masking entries of the input by making
146146
them zero. The code below

0 commit comments

Comments
 (0)