Skip to content

An autoencoder neural network to generate images of handwritten digits. Dataset provided by Kaggle is used to train the network.

Notifications You must be signed in to change notification settings

vinits5/digits_autoencoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autoencoder for MNIST Hand-Written Digits

Code:

neural_network: Contains the network architecture. train.py: Use it to train the network. test.py: Use the file to test the trained network.

Train the network: python train.py

Test the network: python test.py idx idx: index of image in dataset to be used to test the network.

Test Results:

Results:

About

An autoencoder neural network to generate images of handwritten digits. Dataset provided by Kaggle is used to train the network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages