An open API service indexing awesome lists of open source software.

https://github.com/abhifuturetech/cnn-imagerecog

Implement different Convolutional Neural Networks (CNN) classifiers using GPU-enabled Tensorflow and Keras API Compare different CNN architectures.
https://github.com/abhifuturetech/cnn-imagerecog

convolutional-neural-networks image-classification keras-api python tensorflow

Last synced: 12 months ago
JSON representation

Implement different Convolutional Neural Networks (CNN) classifiers using GPU-enabled Tensorflow and Keras API Compare different CNN architectures.

Awesome Lists containing this project

README

          

# Image-Classification-using-CIFAR-10-dataset

![small_images (1)](https://github.com/patilabhi20/image_classification/assets/157373320/45056054-847a-4051-905a-227db5b28be5)

The CIFAR-10 Dataset is an important image classification dataset. It consists of 60000 32x32 colour images in 10 classes (airplanes, automobiles, birds, cats, deer, dogs, frogs, horses, ships, and trucks), with 6000 images per class. There are 50000 training images and 10000 test images.

# The GOALS of this project are to:
Implement different Convolutional Neural Networks (CNN) classifiers using GPU-enabled Tensorflow and Keras API Compare different CNN architectures

# Tools:

## GPU-enabled Tensorflow

## Keras API