Skip to content

Commit 1d6e4ae

Browse files
committed
Fixed sigmoid documentation.
1 parent 81b49f2 commit 1d6e4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GridKit/CommonMath.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace GridKit
1212
/**
1313
* @brief Scaled sigmoid activation function
1414
*
15-
* @note The sigmoid constant (mu) value of the constant to balance accuracy
15+
* @note The sigmoid constant (mu) value is chosen to balance accuracy
1616
* and finite derivatives. Large values more closely approximate a step
1717
* function, but lead to inf or NaN derivatives.
1818
* The value of 240 corresponds to a time step of 1/4 of a 60Hz cycle.

0 commit comments

Comments
 (0)