We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1f1cdc + a4161dc commit 56fb14bCopy full SHA for 56fb14b
neural_network/artificial_neural_network.py
@@ -176,4 +176,5 @@ def predict(self, inputs: np.ndarray) -> np.ndarray:
176
"""
177
return self.feedforward(inputs)
178
179
+
180
if __name__ == "__main__":
0 commit comments