Repository contains various exercises and programs from the "Neural Networks and Deep Learning" online book.
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:
- Download images archive and unzip into
.src/main/resources/train-images-idx3-ubyte - Download labels archive and unzip into
.src/main/resources/train-labels-idx1-ubyte