inceptionresnetv2
Pretrained Inception-ResNet-v2 convolutional neural network
Syntax
Description
Inception-ResNet-v2 is a convolutional neural network that is trained on more than a million images from the ImageNet database [1]. The network is 164 layers deep and can classify images into 1000 object categories, such as keyboard, mouse, pencil, and many animals. As a result, the network has learned rich feature representations for a wide range of images. The network has an image input size of 299-by-299. For more pretrained networks in MATLAB®, see Pretrained Deep Neural Networks.
You can use classify
to
classify new images using the Inception-ResNet-v2 network. Follow the steps of Classify Image Using GoogLeNet and replace GoogLeNet
with Inception-ResNet-v2.
To retrain the network on a new classification task, follow the steps of Train Deep Learning Network to Classify New Images and load Inception-ResNet-v2 instead of GoogLeNet.
Examples
Output Arguments
References
[1] ImageNet. http://www.image-net.org
[2] Szegedy, Christian, Sergey Ioffe, Vincent Vanhoucke, and Alexander A. Alemi. "Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning." In AAAI, vol. 4, p. 12. 2017.
Extended Capabilities
Version History
Introduced in R2017b
See Also
Deep Network Designer | vgg16
| vgg19
| googlenet
| resnet18
| resnet50
| resnet101
| inceptionv3
| densenet201
| squeezenet
| trainNetwork
| layerGraph
| DAGNetwork
| importKerasLayers
| importKerasNetwork