Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 259 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 259 Bytes

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.