Back >

Autoencoder - Image Compression

March 1, 2024

1 min read

Context

Developed an autoencoder neural network for image compression on the Fashion-MNIST dataset. The project focused on optimizing the architecture to maximize Structural Similarity Index (SSIM) while minimizing Mean Squared Error (MSE).

Technologies Used

Implementation

Architecture:

Training:

The autoencoder learns to compress 28×28 grayscale images into a compact latent representation and reconstruct them with minimal information loss.

Results

Challenges & Learnings