GithubHelp home page GithubHelp logo

taarun-srinivas / fashion-mnist-classification-using-autoencoders Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 19 KB

Scratch implementation of autoencoders to classify different classes in Fashion MNIST dataset

Python 100.00%
autoencoder deeplearning pytorch

fashion-mnist-classification-using-autoencoders's Introduction

Fashion-MNIST-classification-using-autoencoders

Requirements

  1. Python3
  2. Pytorch
  3. Matplotlib.pyplot

AutoEncoders

Autoencoders are a type of artificial neural network used for learning efficient data representations in an unsupervised manner. They aim to learn a compressed representation of the input data, often for the purpose of dimensionality reduction, noise reduction, or feature extraction. Autoencoders consist of an encoder and a decoder, which work in tandem to learn the representation.

Here's how autoencoders generally work: Encoder: The encoder takes an input and compresses it into a latent-space representation, also known as a bottleneck or encoding. This step involves reducing the dimensions of the input data. Decoder: The decoder takes the encoded representation and tries to reconstruct the original input from this representation. It aims to produce an output that is as close as possible to the original input.

About Dataset

Fashion MNIST is a popular dataset used for benchmarking machine learning algorithms, particularly in the field of computer vision. It is a dataset of Zalando's article images, consisting of a training set of 60,000 examples and a test set of 10,000 examples. Each example is a 28x28 grayscale image, associated with a label from 10 classes. The classes are T-Shirt/Top, Trouser, Pullover, Dress, Coat, Sandal, Shirt, Sneaker, Bag, Ankle boot.

Visualization

visualization

fashion-mnist-classification-using-autoencoders's People

Contributors

taarun-srinivas avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.