favalos / autoencoder-mxnet-scala

Simple implementation of Autoencoder with mxnet and scala.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple implementation of Autoencoder in mxnet and scala.

##This project includes an implementation of Autoencoder and a test configuration using the MNIST data set.

For more information about autoencoder you can visit Wikipedia Autoencoder

For more information about the dataset and download the test data please refer to the MNIST database page.

Here are some samples of the test image and the image decoded by the test implementation:

Test Image Decoded Image
Test 1 Decoded 1
Test 2 Decoded 2
Test 3 Decoded 3
Test 4 Decoded 4
Test 5 Decoded 5
Test 6 Decoded 6
Test 7 Decoded 7
Test 8 Decoded 8
Test 9 Decoded 9
Test 10 Decoded 10

About

Simple implementation of Autoencoder with mxnet and scala.


Languages

Language:Scala 100.0%