We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4def59c commit 87bf61aCopy full SHA for 87bf61a
book/approaches/deep/building_blocks.md
@@ -509,7 +509,7 @@ Two related activation functions to ReLUs are the `Leaky ReLU` and `PReLU`.
509
510
The Leaky ReLU is similar to the regular ReLU, but instead of
511
the output being $0.0$ below $x=0.0$ it is weighted ever so slightly above $0.0$
512
-so that smaller updates will be made:
+so that small updates will still be made:
513
514

515
0 commit comments