Skip to content

Commit

Permalink
Fix layers module link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leif Johnson committed Jun 10, 2015
1 parent a38e80f commit e1c0305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ different :mod:`activations <theanets.activations>`::
(100, 1000, maxout, (1000, 'relu'), 10))

By passing a dictionary instead, you can specify even more attributes of each
:mod:`layer <theanets.layers>`, like how its parameters are initialized::
:mod:`layer <theanets.layers.base>`, like how its parameters are initialized::

# Sparsely-initialized layer with large nonzero weights.
foo = dict(name='foo', size=1000, std=1, sparsity=0.9)
Expand Down

0 comments on commit e1c0305

Please sign in to comment.