We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de5b80 commit 9bd4765Copy full SHA for 9bd4765
neural_network/activation_functions/bipolar_binary_step.py
@@ -10,6 +10,7 @@
10
11
import numpy as np
12
13
+
14
def bipolar_binary_step(vector: np.ndarray) -> np.ndarray:
15
"""
16
Implements the binary step function
0 commit comments