There was an error while loading. Please reload this page.
1 parent ee6ae8b commit 3a3fab8Copy full SHA for 3a3fab8
1 file changed
neural_network/simple_neural_network.py
@@ -1,6 +1,6 @@
1
"""
2
Forward propagation explanation:
3
-https://towardsdatascience.com/forward-propagation-in-neural-networks-simplified-math-and-code-version-bbcfef6f9250
+https://en.wikipedia.org/wiki/Feedforward_neural_network
4
5
6
import math
0 commit comments