Coder Social home page Coder Social logo

cae_autoencoders_cifar_10's Introduction

CAE_autoencoders_CIFAR_10

Here I have implemented CAE - Convolution AutoEncoder for the task of feature extraction on the CIFAR-10 Dataset using keras and TenserFlow.

CIFAR-10:

  • Contains 60,000 images of 32x32 pixels belonging to 10 mutually exclusive classes: airplane, automobile, bird, cat, deer, dog, frog, horse, ship, and truck.
  • Includes 50,000 training images and 10,000 testing images.
  • https://paperswithcode.com/dataset/cifar-10

Convolutional Autoencoder (CAE):

A Convolutional Autoencoder (CAE) is a type of artificial neural network that learns to compress and reconstruct input data (often images) in a compressed, low-dimensional representation.

  • CAEs are effective for feature extraction, as the latent space captures important features of the input data in a low-dimensional form.

  • They can be used for dimensionality reduction, data compression, and anomaly detection.

  • Compared to regular autoencoders, they are specifically designed for images and leverage the spatial structure of the data.

    Results

    image image image

cae_autoencoders_cifar_10's People

Contributors

mathblender17 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.