Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.16 KB

README.md

File metadata and controls

16 lines (10 loc) · 1.16 KB

Image and sound generation using Autoencoders

Autoencoders is a system of Neural Networks (NN) that have the same input an output. Autoencoders cosists of 2 NN, the encoder and decoder. This project is to demonstrate the implementation of autoencoders when generating image and audio.

For image generation, I used the MNIST dataset. For audio, I used FSDD.

var mnist Original Input written numbers (1st row) vs Generated Output written numbers (2nd row)

How it works