Skip to content
#

fashionmnist

Here are 27 public repositories matching this topic...

This repository contains an implementation of a Deep Convolutional Generative Adversarial Network (DCGAN) trained on the FashionMNIST dataset. The project aims to generate realistic images of clothing items using a GAN architecture. It includes model definitions, training scripts, and visualizations of generated images at various training stages.

  • Updated May 31, 2024
  • Jupyter Notebook

A neural network mimics brain processing using layers of interconnected neurons. It includes an input layer (features), hidden layers (processing units), and an output layer (results). Activation functions (e.g., ReLU, sigmoid) introduce non-linear feedforward neural network in Keras for binary classification with layers: input, hidden, and output.

  • Updated Sep 8, 2024
  • Jupyter Notebook

This project uses an Autoencoder for dimension reduction on the Fashion MNIST dataset, which contains grayscale clothing images. The goal is to reduce the 784-dimensional images (28x28) to a 128-dimensional latent space while reconstructing the images. The performance is evaluated using the Structural Similarity Index (SSIM).

  • Updated Feb 16, 2025
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the fashionmnist topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fashionmnist topic, visit your repo's landing page and select "manage topics."

Learn more