We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ab335 commit 90e279dCopy full SHA for 90e279d
neural_network/activation_functions/hard_sigmoid.py
@@ -6,7 +6,7 @@
6
critical, such as in deep learning models.
7
8
For more detailed information, you can refer to the following link:
9
-https://en.wikipedia.org/wiki/Rectifier_(neural_networks)#Hard_Sigmoid
+https://en.wikipedia.org/wiki/Hard_sigmoid
10
"""
11
12
import numpy as np
0 commit comments