Skip to content
Snippets Groups Projects
Select Git revision
  • 9e9e3962bafc70bc5fd474f0292079d9c85be94c
  • main default protected
  • adam
  • thomas
4 results

echecs

  • Clone with SSH
  • Clone with HTTPS
  • 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.