Skip to content

vpavkin/neural-networks-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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