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
Personal Experiment of writing a neural network package (inefficient) from scratch in Java. It was used to understand some of the concepts behind Neural Nets like backprop and drop-connect. It is focused mainly on the XOR and MNIST toy problems.