Skip to content

Commit 56fb14b

Browse files
committed
Merge branch 'patch-1' of https://github.com/AHuzail/Python into patch-1
2 parents b1f1cdc + a4161dc commit 56fb14b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

neural_network/artificial_neural_network.py

+1
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,5 @@ def predict(self, inputs: np.ndarray) -> np.ndarray:
176176
"""
177177
return self.feedforward(inputs)
178178

179+
179180
if __name__ == "__main__":

0 commit comments

Comments
 (0)