vpavkin / neural-networks-scala

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Scala 100.0%