Skip to content

Commit 87bf61a

Browse files
authored
Update building_blocks.md
updating wording for clarity
1 parent 4def59c commit 87bf61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/approaches/deep/building_blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ Two related activation functions to ReLUs are the `Leaky ReLU` and `PReLU`.
509509

510510
The Leaky ReLU is similar to the regular ReLU, but instead of
511511
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:
512+
so that small updates will still be made:
513513

514514
![leaky_relu_eq](../../images/deep_approaches/leaky_relu_eq.svg)
515515

0 commit comments

Comments
 (0)