We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb21da commit 147cb2eCopy full SHA for 147cb2e
code/dA.py
@@ -195,7 +195,7 @@ def __init__(
195
196
def get_corrupted_input(self, input, corruption_level):
197
"""This function keeps ``1-corruption_level`` entries of the inputs the
198
- same and zero-out randomly selected subset of size ``coruption_level``
+ same and zero-out randomly selected subset of size ``corruption_level``
199
Note : first argument of theano.rng.binomial is the shape(size) of
200
random numbers that it should produce
201
second argument is the number of trials
0 commit comments