Skip to content

Commit 90e279d

Browse files
committed
fix: wikipedia link
1 parent 77ab335 commit 90e279d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neural_network/activation_functions/hard_sigmoid.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
critical, such as in deep learning models.
77
88
For more detailed information, you can refer to the following link:
9-
https://en.wikipedia.org/wiki/Rectifier_(neural_networks)#Hard_Sigmoid
9+
https://en.wikipedia.org/wiki/Hard_sigmoid
1010
"""
1111

1212
import numpy as np

0 commit comments

Comments
 (0)