Skip to content

Latest commit

 

History

History

cnn_original

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

DeepLearning4J_MNIST_Scala_Test (Convolutional Neural Network)

MNIST handwritten digits recognition using a Convolutional Neural Network in DeepLearning4J in Scala (taken from its Java original)

Authoritative and original Convolutional Neural Network for MNIST in Java/DeepLearning4J:

https://github.com/deeplearning4j/dl4j-examples/blob/master/dl4j-examples/src/main/java/org/deeplearning4j/examples/convolution/LenetMnistExample.java

Note: The following users are credited as the collaborators on the original Java file for the CNN, LenetMnistExample.java (in comments inside Java file):

   LenetMnistExample.java:   Created by agibsonccc on 9/16/15.
   LenetMnistExample.java:   Modified by dmichelin on 12/10/2016 to add documentation