Skip to content

Commit 3a3fab8

Browse files
authored
Update forward propagation reference link
1 parent ee6ae8b commit 3a3fab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

neural_network/simple_neural_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Forward propagation explanation:
3-
https://towardsdatascience.com/forward-propagation-in-neural-networks-simplified-math-and-code-version-bbcfef6f9250
3+
https://en.wikipedia.org/wiki/Feedforward_neural_network
44
"""
55

66
import math

0 commit comments

Comments
 (0)