Skip to content

bitrockteam/mnist-detector-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST Detector Server

An example of how to use a Convolutional Neural Network trained on Apache Spark.
Feel free to fork and contribute!

Project Description

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).

Lineage

This example is a fork of a similar example trained with Tensorflow.

Authors

A joint effort between ebezzi (Emanuele Bezzi) and Vincibean (Andrea Bessi)

Try It on Heroku!

This example was deployed on Heroku. You can find it here. Feel free to try it!

License

Unless stated elsewhere, all files herein are licensed under the GPLv3 license. For more information, please see the LICENSE file.

Releases

No releases published

Packages

No packages published

Languages

  • Scala 51.0%
  • JavaScript 32.0%
  • HTML 17.0%