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
This is a simple NeuronalNetwork implementation from scratch based on Numpy for MNIST and EMNIST data.
As this is a "playground" to test and visualize diffrent influences of features on NN all methods and classes are by default public.
About
This is a simple NeuronalNetwork implementation from scratch based on Numpy for MNIST and EMNIST data