Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 245 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 245 Bytes

Neural-Nets

A very basic Neural Network written in Java.

It has been extended to add the ability to classify digits using the MNIST dataset.

Upcoming features

  • Parallelize using multi-threading

  • Support for more Activation functions