Coder Social home page Coder Social logo

cifar-10-image-classification's Introduction

CIFAR-10 Image Classification

This project is an implementation of image classification using the CIFAR-10 dataset. The CIFAR-10 dataset is a collection of 60,000 images in 10 different classes, with 6,000 images per class. The goal of this project is to build a machine learning model that can accurately classify these images into their respective classes.

The code for this project is written in Python and can be found in the CIFAR-10 Image Classification.ipynb notebook in this repository. The notebook uses the Keras library to build a convolutional neural network (CNN) model and train it on the CIFAR-10 dataset.

Getting Started

To run this project, you will need to have Python 3 installed on your machine. You will also need to install the following libraries:

  • Keras
  • NumPy
  • Matplotlib
  • TensorFlow You can install these libraries using pip. For example, to install Keras, you can run the following command:
pip install keras

Once you have installed the required libraries, you can clone this repository to your local machine using Git. To do this, run the following command:

git clone https://github.com/reeba212/CIFAR-10-Image-Classification.git

To run the notebook, navigate to the project directory in your terminal and run the following command:

jupyter notebook

This will open the Jupyter Notebook interface in your web browser. From here, you can open the CIFAR-10 Image Classification.ipynb notebook and run the cells to train and test the model.

Results

After training the model on the CIFAR-10 dataset, we achieved an accuracy of over 70% on the test set. This demonstrates that the CNN model is effective at classifying images in the CIFAR-10 dataset.

Conclusion

This project shows how to build an image classification model using the CIFAR-10 dataset and the Keras library. With this knowledge, you can extend this project to work on other datasets and improve the accuracy of the model by fine-tuning the hyperparameters or using other techniques such as data augmentation.

cifar-10-image-classification's People

Contributors

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