Skip to content
#

multiclass-image-classification

Here are 81 public repositories matching this topic...

This repository contains Jupyter Notebook implementations of CNNs for image classification tasks that is Binary Image Classification, Multiclass Image classification. These notebooks were created during my learning journey with CNNs, covering key concepts such as data preprocessing, model building, training, evaluation, and performance metrics.

  • Updated Sep 21, 2024
  • Jupyter Notebook

This project focuses on classifying distinct weather images using Convolutional Neural Networks (CNN) built from scratch and fine-tuning various state-of-the-art (SOTA) pre-trained models like AlexNet, ResNet50, VGG16, and MobileNet v3 Large. The models are trained and evaluated on a custom weather dataset, leveraging PyTorch for deep learning.

  • Updated Sep 15, 2024
  • Jupyter Notebook

This project focuses on accurately classifying images of cats, dogs, and snakes using Convolutional Neural Networks (CNNs) in PyTorch. A custom CNN model was initially designed and trained, achieving strong classification performance. Additionally, state-of-the-art (SOTA) pre-trained image classification models such as AlexNet, ResNet50, and VGG16.

  • Updated Sep 15, 2024
  • Jupyter Notebook

This repository demonstrates a TensorFlow/Keras model for classifying MNIST handwritten digits. It covers data loading, normalization, model creation, training with early stopping, and evaluation. Includes visualizations of loss and accuracy over epochs and explains image shape considerations for predictions.

  • Updated Jul 6, 2024
  • Jupyter Notebook

The project focuses on Identification of various Gemstone. The dataset consists of 87 classes.It shows the whole progress and model used to achieve final accuracy. You will gain knowledge of Computer Vision, The model used are CNN(Convolutional Neural Network), MobileNetV2 and VGGNet,The final model used was transfer learning with model MobileNetV2

  • Updated Jul 5, 2024
  • Jupyter Notebook

The Bird Species Classifier is an application built using a Convolutional Neural Network (CNN) to classify images of birds into one of 525 different species. It allows users to upload an image of a bird and receive a prediction of the bird species. Along with analysing the performance of various optimising algorithms.

  • Updated Jun 28, 2024
  • Jupyter Notebook

This is a project focused on identifying the presence of pneumonia in chest X-ray images. Each image can be classified into one of three categories: Bacterial Pneumonia, Viral Pneumonia, or Normal.

  • Updated Jun 19, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the multiclass-image-classification 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 multiclass-image-classification topic, visit your repo's landing page and select "manage topics."

Learn more