Skip to content
Snippets Groups Projects
Select Git revision
  • 2d8581475fe12129a9ccca1b0b8aeda0d178181c
  • main default protected
2 results

image-classification

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    pierre-cau authored
    2d858147
    History
    Name Last commit Last update
    src
    .gitignore
    README.md

    Machine Learning - Image classification

    Description

    This project is a simple image classification using machine learning. The dataset used is the CIFAR-10 dataset, which consists of 60,000 32x32 color images in 10 classes, with 6,000 images per class. The classes are: airplane, automobile, bird, cat, deer, dog, frog, horse, ship, truck. The dataset is divided into 50,000 training images and 10,000 testing images.