Skip to content

vpavkin/neural-networks-scala

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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