NerualNet

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.