MATLAB AppDesigner app for image classification with a deep neural network
# Deep Learning Image Classifier App## Overview[](https://matlab.mathworks.com/open/github/v1
- 31 (All time)
- 5 (Last 30 days)
- 5.0 / 5
- Community
-
27 Feb 2026
Classify crack image using deep learning and explain "WHY"
This demo shows how to classify crack images using deep learning and explain why behind the decision. このデモでは、深層学習によりひび割れ画像を分類し、さらにその特徴量の可視化を
Classify crack images and explain why using MATLAB[English]This demo shows how to fine-tune a pretrained deep convolutional network called SqueezeNet [1] to perform a crack/normal image
- 1.2K (All time)
- 4 (Last 30 days)
- 5.0 / 5
- Community
-
3 Oct 2021
Image classification using data augmentation
A simple example of a four-class image classifier using a small dataset, with and without data augmentation.
A simple example of a four-class image classifier using a small dataset (320 images of flowers: 80 sample x 4 categories) and a very simple CNN, with and without data augmentation.The main goal of
- 1.6K (All time)
- 5 (Last 30 days)
- 5.0 / 5
- Community
-
12 Aug 2019
cardiac image classification systole or diastole
classifying the cardiac image as systole or diastole using neural network classifier
classifying the cardiac image as systole or diastole using neural network classifier
- 176 (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
12 Jul 2018
- 1.1K (All time)
- 2 (Last 30 days)
- 4.7 / 5
- Community
-
31 Jan 2017
CNN / Classify Images from Web Cam
Very Simple Image Classification Application using Web Cam
Classify images from Web Cam using pretrained CNN called "Alex Net".
- 1.3K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
1 Sep 2016
differentiate Square, Rectangular, Circle from others
Objective---------The program should recognize objects like circles, rectangles, and squares from the input image.Introduction------------This is a shapes classifier based on the properties of each
- 32.7K (All time)
- 3 (Last 30 days)
- 4.2 / 5
- Community
-
31 Mar 2016
It is a Image classifier by using alexnet architecture for classifying one object in a image
Image-Classifier-by-alexnetIt is a Image classifier by using alexnet architecture for classifying one object in a image with high accuracy.Instructions:1.If you have images then paste it in photos\1
- 1.7K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
26 Jul 2019
Cascade Trainer: Specify Ground Truth, Train a Detector
Interactively specify rectangular ROIs in a list of images and build new cascade classifiers.
cascade classifiers. * Add/remove/rotate/sort images * Add/remove/reposition/ delete/copy/paste ROIs * NEW: Paste ROIs from a specified image through a range of images * Generate/export structure of
- 13.2K (All time)
- 3 (Last 30 days)
- 4.9 / 5
- Community
-
14 May 2015
Image Classification for Non-Data Scientists
It provides an image classification sample-based pre-trained deep neural network for non-data scientists. You can test the image classificat
demo_image_classification.img_dir = 'images'; % specify the image folderimds_train = load_imds( [img_dir,'/train/'] );imds_test = load_imds( [img_dir,'/test/'] );imcl = ImageClassifier('resnet18'); % specify the name of pre-trained
- 35 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
12 Jun 2023
Pattern recognition lab, an image classification toolbox using Knn classifier and corss-validation.
1, Data:BnuCampus images and annotations.2, DbInit:Reading imageset with single or multiple labels into standard interface. 3, FeatureLbp:Local Binary Pattern & Local Phase Quantization, based on
- 2.6K (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
1 May 2012
Microscopy Image Browser (MIB)
MIB is a package for segmentation of multi-dimensional (2D-4D) microscopy datasets
herehttp://se.mathworks.com/matlabcentral/fileexchange/63402-microscopy-image-browser-2--mib2-With MIB you can analyse, segment and visualize various multidimensional datasets from both light and electron microscopy. See more further details and tutorials on MIB website
- 1.3K (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
9 Feb 2019
Oversampling for deep learning: classification example
This example show how to classify images with imbalanced training dataset where the number of images per class is different over classes. 深
Image classification using oversampling imagedatastore[English]This example shows how to classify images with imbalanced training dataset where the number of images per class is different over
- 809 (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
28 Jul 2021
Basic PCA based log-Likelihood Classifier
PCA algorithm suitable for detection / recognition of 2D image "objects"
Introduction:Many image problems require some kind of detection of objects, in which there is a natural variation in appearance of the objects between the images. For instance, face recognition
- 9.4K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
11 Feb 2010
Hyperspectral Image Classification via Basic Thresholding Classifier
Hyperspectral Image Classification via Basic Thresholding Classifier
ABSTRACT: We propose a lightweight sparsity-based algorithm, namely, the basic thresholding classifier (BTC), for hyperspectral image (HSI) classification. BTC is a pixelwise classifier which uses
- 650 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
30 Apr 2016
A single-layer Random Forest model for pixel classification (image segmentation).
, andpixelClassifier, used to segment images after the model is trained.See those files for details and parameters to set.Labels/annotations can be created with ImageAnnotationBot, available at
- 809 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
20 Nov 2017
The segmentation-based fractal texture analysis is used to classify different image textures.
In this project, a segmentation-based fractal texture analysis is used to classify different image textures.The extraction algorithm consists in decomposing the input image into a set of binary
- 2.6K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
3 Oct 2014
Deep Learning Hackathon with Transfer Learning
If you wonder about the use of Deep Learning in your application, Transfer Learning is a quick way to test this!
and the 'ClassifyImagesFromWebcam(net)' function.You can also speed up the prediction of the model using MEX or deploy it directly on embedded devices with automatic code generation for GPU, CPU, etc.
- 310 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
29 Sep 2022
Deploying Deep Neural Networks to Embedded GPUs
How to create, train and deploy deep neural networks for embedded GPUs
create and train deep neural networks for image classification, and shows how to deploy trained network using GPU Coder. These are the files for the "Deploying Deep Neural Networks to Embedded GPUs and
- 394 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
16 Nov 2020
Brain-MRI-Age-Classification-using-Deep-Learning
MATLAB example using deep learning to classify chronological age from brain MRI images
: https://openneuro.org/datasets/ds000228/versions/1.1.0### About the Workflow This example uses the horizontal midslice images from the brain MRI scan volumes and classifies them into 3 categories according to the chronological age of the participant:1
- 1.3K (All time)
- 5 (Last 30 days)
- 5.0 / 5
- Community
-
20 Jun 2021
CNN classifier using 1D, 2D and 3D feature vectors
using CNN network with pre-extracted feature vectors instead of automatically deriving the features by itself from image.
give features such as GLCM, LBP, MFCC, etc directly to CNN just to classify alone. This can be acheived by building the CNN architecture using fully connected layers alone. This is helpful for
- 2.5K (All time)
- 2 (Last 30 days)
- 4.2 / 5
- Community
-
16 May 2019
Detects, sorts and classifies the boundries of multiple objects in a binary image.
Takes a binary image and detects the border between the white multiple features and the black background. After taking these coordinates, they will be sorted such that a closed border will be in
- 8.5K (All time)
- 1 (Last 30 days)
- 4.0 / 5
- Community
-
16 Dec 2003
Neural Network classification for Images
This is a sample code for Neural Network Classifier for images.
Demostration of a neural network classification algorithm for images. The test has been done on the Indiana_pines dataset, which is freely available. The code is provided "as is" with no warranty.The
- 1.6K (All time)
- 2 (Last 30 days)
- -- / 5
- Community
-
15 Oct 2020
Assists in training a Machine Learning model to segment nuclei.
name.The segmenter will ignore images with _Nuclei in the name. This means you canre-classify a folder, without having to delete the _Nuclei images. They'll beover-written.-----Video Tutorial
- 456 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
12 Oct 2017
Deep Learning for Image Classificaiton
MATLAB Deep Learning Classification and Visualization
Link](https://youtube.com/playlist?list=PLkig3EWeC3SiuZNF7vUzfGTuu97k-Z_lm) 版本:MATALB: 2022a ~ 最新版本 需要工具箱: Deeplearning , Image Processing, Computer Vision, Parallel Computing 需要支援包: Resnet18 [Deep Learning Toolbox Model for ResNet-18
- 86 (All time)
- 2 (Last 30 days)
- -- / 5
- Community
-
5 Sep 2024
Conditional GAN and CNN classification with Fashion MNIST
This demo shows how to classify fashion item data (fashion MNIST) and synthesize those images using conditional GAN. fashion MNISTの分類及び生成
[English]This example shows how to classify fashion item images (fashion MNIST) and to train a conditional generative adversarial network (CGAN) to generate fashion item images.This demo was created
- 769 (All time)
- 4 (Last 30 days)
- 5.0 / 5
- Community
-
14 May 2020
Contrast Limited Adaptive Histogram Equalization (CLAHE)
Best to read the reference in "Graphics Gems IV", Academic Press, 1994 pages 474-485
This is an image contrast enhancement algorithm that overcomes limitations in standard histogram equalization (HE). The two primary features is adaptive HE (AHE), which divides the images into
- 8.6K (All time)
- 5 (Last 30 days)
- 4.1 / 5
- Community
-
5 Apr 2016
Object classification using Bag of visual words in real time
Matlab script for image category classification. Just record videos of individual object and run.
connections (for feature location)4. to test an image, write following codeimg=imread('myimage.jpg')[cat, scores] = identify_image(img,categoryClassifier,bag,Wstrong_n); OR you can check a video by
- 286 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
17 Dec 2016
Image classification using neural network classifier
band.Once the CSV file for the entire image is ready it is given to the trained neural network. Since the image used here is big the code takes more time to classify. The required CSV files are also uploaded
- 5.6K (All time)
- 1 (Last 30 days)
- 4.3 / 5
- Community
-
16 Nov 2014
Hyperspectral Image Classification via Kernel Basic Thresholding Classifier
Hyperspectral Image Classification via Kernel Basic Thresholding ClassifierDistribution code Version 1.0 -- 01/01/2015 by Mehmet Altan Toksöz, Copyright 2015, Middle East Technical University, Turkey
- 334 (All time)
- 2 (Last 30 days)
- -- / 5
- Community
-
24 Sep 2016
Head Pose recognition in near real-time videos and static images
Perform head pose recognition in images & video. Train your own classifier or use the one provided.
This code can be used to train your own KNN or Naive Bayes classifier for head pose recognition. The head poses recognized are Left, Right and Straight. ImageTest.m uses an already trained classifier
- 359 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
20 May 2015
Skin Lesion Classification in Images
color domain processing and texture analysis methods(using Support Vector Machine) to classify the type of lesions in skin images
- 215 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
2 Sep 2022
Scene Recognition and Classification
A Matlab code for Scene Recognition and Classification
the path of Matlab2. Make sure the test images are placed in a folder named 'testing'3. Just run Classify_Scene.m 4. The results will be stored in a 'Results.txt' fileSuggestions and Comments are always
- 1.8K (All time)
- 1 (Last 30 days)
- 4.7 / 5
- Community
-
19 Dec 2016
Confusion matrix for classified image
Confusion matrix for classified image using "all_data_classification.m" which is uploaded
This is the code to generated confusion matrix for the image classified by the code "all_data_classification.m". It is classified into 5 classes by using training areas "5_class_test.csv" and image
- 808 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
16 Nov 2014
Semi-Supervised Deep Rule-Based Classifier
This is the code of the Semi-Supervised Deep Rule-Based Classifier
;3. Semi-Supervised Deep Rule-Based Classifier.pdf - The instruction of the source code;Reference:X. Gu and P. Angelov, “Semi-supervised deep rule-based approach for image classification,” Applied Soft Computing
- 332 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
5 Nov 2018
Deep Learning Toolbox Model for AlexNet Network
Pretrained AlexNet network model for image classification
and can classify images into 1000 object categories (e.g. keyboard, mouse, coffee mug, pencil).Opening the alexnet.mlpkginstall file from your operating system or from within MATLAB will initiate the
- 65.3K (All time)
- 49 (Last 30 days)
- 4.5 / 5
- MathWorks
-
22 Jul 2026
Robust Edge-Stop Functions for Edge-Based Active Contour Models in Medical Image Segmentation
We incorporate gradient information and probability scores from a classifier to construct ESF.
well as probability scores from a standard classifier, the ESF can be constructed from any classification algorithm and applied to any edge-based model using a level set method. Experiments on medical
- 821 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
27 Apr 2017
MATLAB Image Manipulation Toolbox
This library is a loose collection of image manipulation and degradation functions I originally developed as part of a meandering set of 'artistic' hobbies. While I have tried to extend several of
- 9.6K (All time)
- 11 (Last 30 days)
- 5.0 / 5
- Community
-
4 Jul 2024
Assists in training a Machine Learning model to segment grayscale images.
classify the pixels on an image (a task also know as image segmentation).There are, however, a few guidelines to follow, as described
- 129 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
12 Oct 2017
Image Processing Tutorial to demonstrate the basic concepts to beginner users.
simple example.It's a good tutorial for those users new to MATLAB's image processing capabilities to learn on, before they go on to more sophisticated algorithms. Requires the Image Processing Toolbox
- 108.9K (All time)
- 25 (Last 30 days)
- 4.7 / 5
- Community
-
14 Mar 2022
Deep Learning and Yolov2 for Object Classification
Capture images of oranges and apples and apply deep-learning techniques to classify them for robotic tasks.
Automation Engineering.Deep-Learning-with-Yolov2-for-Object-ClassificationWe explore machine learning for image classification, using a camera to capture and classify images of objects like oranges and apples
- 121 (All time)
- 2 (Last 30 days)
- -- / 5
- Community
-
15 Jun 2024
Script for Naive Bayes Classifier in Matlab 2008a
I use Matlab 2008a which does not support Naive Bayes Classifier. Script supports normal and kernel distributions. Statistics toolbox for 2008a version is used in the script. Also includes function
- 6.7K (All time)
- 2 (Last 30 days)
- 4.8 / 5
- Community
-
6 Aug 2012
PIVlab - particle image velocimetry (PIV) tool with GUI
Easy to use, GUI based tool to capture, analyze, validate, postprocess, visualize and simulate PIV data. http://PIVlab.de
# PIVlab - particle image velocimetry (PIV) tool with GUI**[http://www.PIVlab.de](http://www.PIVlab.de)***PIVlab is a free and open-source particle image velocimetry (PIV) software and is currently
- 122.5K (All time)
- 683 (Last 30 days)
- 4.9 / 5
- Community
-
14 Jul 2026
Hyperspectral Imaging Library for Image Processing Toolbox
Import, visualize, process, analyze and export hyperspectral data
Detection TechniquesSpectral IndicesClassify Hyperspectral Images Using Deep LearningSegment Hyperspectral Image Using Segment Anything Model in Spectral Image Labeler SupportFacing download or installation
- 10K (All time)
- 36 (Last 30 days)
- 5.0 / 5
- MathWorks
-
22 Jul 2026
Plant Leaf Disease Detection and Classification using Multiclass SVM Classifier
A Matlab code to detect and classfy diseases in plant leaves using a multiclass SVM classifier
A Matlab code is written to classify the leaves into one of the following types: 'Alternaria Alternata', 'Anthracnose', 'Bacterial Blight', 'Cercospora Leaf Spot' and 'Healthy Leaves'. Classification
- 14.1K (All time)
- 4 (Last 30 days)
- 4.7 / 5
- Community
-
23 Feb 2016
MLClassification(image,varargin)
This is a function which classifies images dependet on shape, color...
This is a function which classifies images dependet on shape, color, inner structures which you all can choose. As an example I took bananas and apples and the classification worked well. You can use
- 90 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
4 Feb 2018
This program can classify images of fasteners by comparing their form parameters.
- 14 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
29 Apr 2023
CNN / Transfer Learning Example
Classify two similar flowers, "Dandelion" and "Colt's Foot" using CNN
combine pretrained model (alex net) and SVM to classify two similar flowers, "Dandelion" and "Colt
- 3.2K (All time)
- 1 (Last 30 days)
- 3.8 / 5
- Community
-
6 Aug 2018
Diagnose Alzheimer's disease using RESNET50
A MATLAB - based deep learning project that classifies Alzheimer's disease form brain MRI images using transfer learnin with ResNet50
# Alzheimer's Disease Classification using ResNet-50 (MATLAB)This project demonstrates how to classify Alzheimer's disease stages using brain MRI images and a transfer learning approach based on a
- 14 (All time)
- 4 (Last 30 days)
- -- / 5
- Community
-
26 Jul 2025
Sparse representations classifier
Kernel version of the sparse representations classifier implemented with CVX
#The kernel sparse representations classifier implemented here was developed as a part of the work towards the paper 1) Gaonkar, Bilwaj, and Christos Davatzikos. "Analytic estimation of statistical
- 4.3K (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
12 Dec 2014
Classifier based on similarity measure.
This classifier is based on the idea that first we create ideal vectors from each class. In this implementation mean vectors are used. Then, it uses similarity measure to calculate similarities
- 1.1K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
17 Nov 2011
Cat Breed Classifier: A Web-Based Deep Learning Application
A web-based AI classifies 10 cat breeds. Upload an image and our retrained SqueezeNet model will identify the breed.
Neural Network to Classify New Images," by Satienpong Yiengvanichchakul and Jirapas Jatejaroungkit from the Department of Computer and Information Sciences at KMUTNB.The application utilizes a retrained
- 11 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
5 Oct 2025
Interactively threshold an image. Make a binary image.
This program takes a color or monochrome image and lets the user interactively/manually threshold the monochrome image, or a single color band of a color image, via sliders to set the maximum and
- 20K (All time)
- 1 (Last 30 days)
- 4.8 / 5
- Community
-
4 Mar 2022
Linear discriminant analysis classifier and Quadratic discriminant analysis classifier (Tutorial)
This code used to explain the LDA and QDA classifiers and also it includes a tutorial examples
Linear discriminant analysis classifier and Quadratic discriminant analysis classifier includingCode, paper, power point
- 4.9K (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
17 Sep 2016
Heart Sound Classification demo as explained in the Machine Learning eBook, but now expanded to demonstrate Wavelet scattering
developed that classifies heart sounds into normal vs abnormal, and deployed in a prototype (heart) screening application. The workflow demonstrates:1) using datastore for efficiently reading large number of
- 12.3K (All time)
- 5 (Last 30 days)
- 4.7 / 5
- Community
-
16 Oct 2019
Deep Learning Toolbox Model for ResNet-18 Network
Neural Network Toolbox Model for ResNet-18 Network
ResNet-18 is a pretrained model that has been trained on a subset of the ImageNet database. The model is trained on more than a million images, and can classify images into 1000 object categories
- 8.9K (All time)
- 56 (Last 30 days)
- 4.9 / 5
- MathWorks
-
22 Jul 2026
Visualizing a hyper-plane in SVM classifier(SVMの分離境界面の可視化)
A hyper-plane in SVM classifier was visualized. 3変数にてSVMを使い、分類を行うときの分離曲面を可視化します。
- 536 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
12 Apr 2020
Weak threshold classifier boosted to strong Classifier with Adaboost
This a classic AdaBoost implementation, in one single file with easy understandable code.The function consist of two parts a simple weak classifier and a boosting part:The weak classifier tries to
- 19.8K (All time)
- 1 (Last 30 days)
- 4.7 / 5
- Community
-
20 Jan 2012
Baysian,KNN,3Layer Neural Network Classifier, KMeans Clustering Examples
Baysian Classifier, KNN Classifier, 3Layer Neural Network Classifier, KMeans Clustering
- 1.5K (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
3 Jan 2015
k-NN classifier
-k-NN classifier: classifying using k-nearest neighbors algorithm. The nearest neighbors-search method is euclidean distance-Usage: [predicted_labels,nn_index,accuracy] =
- 4.6K (All time)
- 2 (Last 30 days)
- 4.6 / 5
- Community
-
4 Jan 2019