Impact-Site-Verification: dbe48ff9-4514-40fe-8cc0-70131430799e

Search This Blog

Classify images using the AlexNet network | MATLAB

AlexNet is a pretrained Convolutional Neural Network (CNN) that has been trained on approximately 1.2 million images from the ImageNet Dataset . The model has 23 layers and can classify images into 1000 object categories (e.g. keyboard, mouse, coffee mug, pencil).

Alexnet Documentation:
https://www.mathworks.com/help/deeple...

Prerequisite:
Install Deep Learning Toolbox before moving on to the coding part.

Simple steps:
Step 1:
Read the image using imread
Step 2:
Import AlexNet network trained on the ImageNet data set
Step 3:
The network has an image input size of 227-by-227 , so we need to resize our imput image to 227-by-227 matrix.
Step 4:
You can use classify to classify new images using the AlexNet network.
Step 5:
Show the result using imshow and title.

Free program:
https://www.matlabcoding.com

Free Support: castorclasses2014@gmail.com

Live Support: t.me/matlabirawen

Like us:
https://www.facebook.com/matlabirawen/

Join us:
https://www.facebook.com/groups/MATLA...

MATLAB Book for the beginner:
https://amzn.to/3fTfmTa

No comments

Popular Posts