Skip to content

Commit

Permalink
Merge 3dc35d6 into 37d1994
Browse files Browse the repository at this point in the history
  • Loading branch information
keshan committed Apr 28, 2016
2 parents 37d1994 + 3dc35d6 commit d1f0943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/book/layers.html
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
2 changes: 1 addition & 1 deletion doc/src/layers.md
Expand Up @@ -5,7 +5,7 @@
[Layers](./deep-learning-glossary.html#Layer) are the only building
blocks in Leaf. As we will see later on, everything is a layer. Even when
we construct [networks](./deep-learning-glossary.html#Network), we are still just
working with layers composed of smalle layers. This makes the API clean and expressive.
working with layers composed of smaller layers. This makes the API clean and expressive.

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,
Expand Down

0 comments on commit d1f0943

Please sign in to comment.