VGG-16 convolutional neural network – MATLAB vgg16
Download and install Deep Learning Toolbox Model for
VGG-16 Network support package.
Type vgg16
at the command line.
vgg16
If Deep Learning Toolbox Model for VGG-16
Network support package is not installed, then the function
provides a link to the required support package in the Add-On Explorer.
To install the support package, click the link, and then click Install.
Check that the installation is successful by typing vgg16
at
the command line.
vgg16
ans = SeriesNetwork with properties: Layers: [41×1 nnet.cnn.layer.Layer]
Visualize the network using Deep Network Designer.
deepNetworkDesigner(vgg16)
Explore other pretrained networks in Deep Network Designer by
clicking New.
If you need to download a network, pause on the desired network and click
Install to open the Add-On Explorer.