neural-networks-scala icon indicating copy to clipboard operation
neural-networks-scala copied to clipboard

Exercises from http://neuralnetworksanddeeplearning.com rewritten in Scala

Neural Networks and Deep Learning in Scala

Repository contains various exercises and programs from the "Neural Networks and Deep Learning" online book.

Running the code

Executable exercises code is located in ru.pavkin.ml.exercises package.

Before running ImageRecognition exercise you will need to unzip MNIST training data-sets into your resources folder:

  1. Download images archive and unzip into .src/main/resources/train-images-idx3-ubyte
  2. Download labels archive and unzip into .src/main/resources/train-labels-idx1-ubyte