Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 463 Bytes

File metadata and controls

10 lines (7 loc) · 463 Bytes

Autoencoder

A simple image autoencoder for the CIFAR 10 dataset. Compresses images by over 80% then learns to reconstruct them. CIFAR images are 32x32 pixels, which is why the original images are such low quality. This is just a proof of concept until I can obtain more computing power.

Outputs

Initial output

Initial

Trained output

Final