Skip to content

The project contains the implementation of an AutoEncoder using the MNIST Dataset.

License

Notifications You must be signed in to change notification settings

Sarthak-10/AutoEncoder-using-MNIST-Dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoEncoder-using-MNIST-Dataset

Open In Colab

Please star the repository if you happen to like the project

The ipynb file contains the solution to the attached Problem Statement.

It contains the implementation of an AutoEncoder using the MNIST Dataset.

About AutoEncoder:

image

Autoencoders are a specific type of feedforward neural networks where the input is the same as the output. They compress the input into a lower-dimensional code and then reconstruct the output from this representation. The code is a compact “summary” or “compression” of the input, also called the latent-space representation.

You can read more about AutoEncoders here

About the MNIST Dataset:

The MNIST database of handwritten digits has a training set of 60,000 examples, and a test set of 10,000 examples. It is a subset of a larger set available from NIST. The digits have been size-normalized and centered in a fixed-size image.

image

You can read more about the dataset as well as download the dataset from this link.

About

The project contains the implementation of an AutoEncoder using the MNIST Dataset.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published