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
Neural networks from scratch that are used to make test and performance comparisons.
At the moment there is just a Fully Connected Network for a very simple binary image classificacion, implemented on Python using Numpy (no other framework).
About
Repo that I use for random experiments and testing of code