Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ by modifying the section for the fc10 layer to look like so::
# ...
dropout=0.5

In practice, you'll probably also want to double the number of
``outputs`` in that layer.
In practice, you'll probably want to double the number of
``outputs`` in each layer with dropout, since dropout minimizes
overfitting. For example, you can add a new
hidden layer ``fc20`` with outputs=20 and dropout=0.5.


CURAND random seeding
Expand Down