Skip to content

Commit

Permalink
doc/book: Typo in layers.html
Browse files Browse the repository at this point in the history
Writer should have been intended to write "smaller" instead of "smalle" in line 75, layers.html
  • Loading branch information
keshan committed Apr 25, 2016
1 parent 388555a commit 1f37e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/book/layers.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h3>What is a Layer?</h3>
<p><a href="./deep-learning-glossary.html#Layer">Layers</a> are the only building
blocks in Leaf. As we will see later on, everything is a layer. Even when
we construct <a href="./deep-learning-glossary.html#Network">networks</a>, we are still just
working with layers composed of smalle layers. This makes the API clean and expressive.</p>
working with layers composed of smaller layers. This makes the API clean and expressive.</p>
<p>A layer is like a function: given an input it computes an output.
It could be some mathematical expression, like Sigmoid, ReLU, or a non-mathematical instruction,
like querying data from a database, logging data, or anything in between.
Expand Down

0 comments on commit 1f37e26

Please sign in to comment.