Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 284 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 284 Bytes

Neural Network from Scratch in Scala - MNIST data analysis

In this repository, I wrote a neural network algorithm from scratch in Scala to analize MNIST dataset.

Main reference:

Neural Networks and Deep Learning by Michael Nielsen (http://neuralnetworksanddeeplearning.com/)