- #1
Zap
- 406
- 120
- TL;DR Summary
- I've no idea why it's not working ...
Hey, guys.
So, I've developed a basic multilayered, feedforward neural network from scratch in Python. However, I cannot for the life of me figure out why it is still not working. I've double checked the math like ten times, and the actual code is pretty simple. So, I have absolutely no idea where I am going wrong.
You can see my neural net on my github pages website if you follow the link below:
https://zachary-chiodini.github.io/neural-network/feedforwardneuralnetwork.html
The web page is very neat and written like a tutorial. However, it's not a very good tutorial, because the program doesn't work.
I just cannot for the life of me figure out why. If you are interested, you may peruse that web page and maybe tell me where I'm going wrong. I will appreciate it. If you are not interested, that is okay, too.
Thanks.
So, I've developed a basic multilayered, feedforward neural network from scratch in Python. However, I cannot for the life of me figure out why it is still not working. I've double checked the math like ten times, and the actual code is pretty simple. So, I have absolutely no idea where I am going wrong.
You can see my neural net on my github pages website if you follow the link below:
https://zachary-chiodini.github.io/neural-network/feedforwardneuralnetwork.html
The web page is very neat and written like a tutorial. However, it's not a very good tutorial, because the program doesn't work.
I just cannot for the life of me figure out why. If you are interested, you may peruse that web page and maybe tell me where I'm going wrong. I will appreciate it. If you are not interested, that is okay, too.
Thanks.