An open API service indexing awesome lists of open source software.

https://github.com/jakubschwenkbeck/convolutional-neural-network

My first attempt on a Convolutional Neural Network written in Java. The CNN is trained with mnist data to recognize handwritten digits form 0-9
https://github.com/jakubschwenkbeck/convolutional-neural-network

cnn cnn-classification java mnist-classification

Last synced: 3 months ago
JSON representation

My first attempt on a Convolutional Neural Network written in Java. The CNN is trained with mnist data to recognize handwritten digits form 0-9

Awesome Lists containing this project

README

        

# Convolutional-Neural-Network
My first attempt on a Convolutional Neural Network written in Java. The CNN is trained with mnist data to recognize handwritten digits form 0-9
The CNN is built from three Layers: a fully-connected layer, a max-pooling layer and a convolution layer.