Skip to content

Simple implementation of Autoencoder with mxnet and scala.

Notifications You must be signed in to change notification settings

favalos/autoencoder-mxnet-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages