Skip to content

lloyd-axe/Image-and-sound-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages