We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b241bde commit a5fa087Copy full SHA for a5fa087
1 file changed
doc/SdA.txt
@@ -140,7 +140,7 @@ top-down -- generative model perspective ), all of which are explained in
140
141
142
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
+need to do is to add a stochastic corruption step operating on the input. The input can be
144
corrupted in many ways, in this tutorial we will stick to the original
145
corruption mechanism of randomly masking entries of the input by making
146
them zero. The code below
0 commit comments