Skip to content

Commit

Permalink
doc fix with random layer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ragav committed Feb 3, 2017
1 parent ac246a0 commit 04802a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yann/layers/random.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class random_layer (layer):
Args:
num_neurons: List of the shapes of all inputs.
distribution: ``'binomial'``, ``'uniform'``, ``'normal'`` ``'gaussian'``
limits: tuple for binomial
limits: tuple for uniform
mu: mean for gaussian
sigma: variance for gaussian
p: if ``type`` is ``'binomial'`` supply a ``p`` variable. Default is 0.5
Expand Down

0 comments on commit 04802a6

Please sign in to comment.