Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 360 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 360 Bytes

mnist-gradient-descent

Neural Network Gradient descent experiment to classify MNIST digits.

All Neural Network code here is written in Java from scratch to facilitate experimentation like for example new minimizers or loss functions. It is also easier to benchmarks any portions of the code.

In this Maven project I have chosen JUnit 5.6 for unit tests.