Skip to content
#

cifar-10

Here are 430 public repositories matching this topic...

neural-api

This project demonstrates image classification on the CIFAR-10 dataset using transfer learning with the pre-trained VGG16 model. The implementation is done in Google Colab and includes data preprocessing, model adaptation, training, evaluation, and result visualization using TensorFlow and Keras.

  • Updated May 19, 2024
  • Jupyter Notebook

The code does image classification using the CIFAR-10 dataset. Two models, ANN and CNN, are trained on 32x32 color images across 10 classes. Following data preprocessing, the models are constructed and trained. Their classification performance is assessed on test images, highlighting their effectiveness in identifying objects within the dataset.

  • Updated Mar 7, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the cifar-10 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cifar-10 topic, visit your repo's landing page and select "manage topics."

Learn more