An example of how to use a Convolutional Neural Network
trained on Apache Spark.
Feel free to fork and contribute!
This repository aims to be an easy and well documented example on how to use a Convolutional Neural Network
trained with the help of Apache Spark's distributed computation.
It uses Deeplearning4j on top of Play Framework.
The Neural Network was trained against digit classifications from the MNIST data set,
a subset of a larger set available from NIST (National Institute of Standards and Technology).
This example is a fork of a similar example trained with Tensorflow.
A joint effort between ebezzi (Emanuele Bezzi) and Vincibean (Andrea Bessi)
This example was deployed on Heroku. You can find it here. Feel free to try it!
Unless stated elsewhere, all files herein are licensed under the GPLv3 license. For more information, please see the LICENSE file.