1 parent 297edee commit 543032aCopy full SHA for 543032a
1 file changed
src/main/java/com/thealgorithms/maths/SigmoidActivation.java
@@ -9,9 +9,10 @@
9
* @author <a href="https://github.com/crapxxi">Alikhan Turugeldiyev</a>
10
*/
11
12
-public class SigmoidActivation {
+public final class SigmoidActivation {
13
14
- private SigmoidActivation() { }
+ private SigmoidActivation() {
15
+ }
16
17
/**
18
* @summary Maps any real-valued number into a value between 0 and 1
0 commit comments