You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A feedforward neural network with backpropagation.
About
This is a simple neural network that I have been building to learn the basics of neural networks. It is written in Python and uses the numpy library for matrix operations.