↧
Answer by primussucks for Implementing Gradient Descent Algorithm in Python,...
There seems to be a mismatch between the weights you provide and your network diagram. Since w[0] (the yellow connections) is meant to transform $ x \in \mathbb{R}^2 $ into the layer 0 activations...
View ArticleImplementing Gradient Descent Algorithm in Python, bit confused regarding...
I'm following the guide as outlined at this link: http://neuralnetworksanddeeplearning.com/chap2.htmlFor the purposes of this question, I've written a basic network 2 hidden layers, one with 2 neurons...
View Article
More Pages to Explore .....