11.1 Introduction
Image classification can be done with pretrained networks. MATLAB makes it easy to access and use these networks. This chapter shows you two examples. First, we will use AlexNet, then GoogLeNet.
11.2 Using AlexNet
11.2.1 Problem
We want to use the pretrained network AlexNet for image classification.
11.2.2 Solution
Depending on your version of MATLAB, install AlexNet from the Add-On Explorer or download the support package for GoogLeNet. ...