efficientnetb0
R2026b(Not recommended) EfficientNet-b0 convolutional neural network
efficientnetb0 is not recommended. Use the imagePretrainedNetwork function instead and specify the
"efficientnetb0" model. For more information, see Version
History.
To learn more about how to transition
trainNetwork, SeriesNetwork, and
DAGNetwork code to dlnetwork workflows, see Transition trainNetwork, SeriesNetwork, and DAGNetwork Code to dlnetwork Workflows.
Syntax
Description
EfficientNet-b0 is a convolutional neural network that is trained on more than a million images from the ImageNet database [1]. The network 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 224-by-224. For more pretrained networks in MATLAB®, see Pretrained Deep Neural Networks.
returns an
EfficientNet-b0 model network trained on the ImageNet data set.net = efficientnetb0
This function requires the Deep Learning Toolbox™ Model for EfficientNet-b0 Network support package. If this support package is not installed, then the function provides a download link.
returns a EfficientNet-b0 model network trained on the ImageNet data set. This syntax is
equivalent to net = efficientnetb0('Weights','imagenet')net = efficientnetb0.
returns the untrained EfficientNet-b0 model network architecture. The untrained model does
not require the support package. lgraph = efficientnetb0('Weights','none')
Examples
Output Arguments
References
[1] ImageNet. http://www.image-net.org.
[2] Tan, Mingxing, and Quoc V. Le. “EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks.” Preprint, submitted in 2019. https://doi.org/10.48550/ARXIV.1905.11946.
Extended Capabilities
Version History
Introduced in R2020bSee Also
imagePretrainedNetwork | dlnetwork | trainingOptions | trainnet | Deep Network Designer
Topics
- Prepare Network for Transfer Learning Using Deep Network Designer
- Deep Learning in MATLAB
- Pretrained Deep Neural Networks
- Classify Image Using GoogLeNet
- Retrain Neural Network to Classify New Images
- Train Residual Network for Image Classification
- Transition trainNetwork, SeriesNetwork, and DAGNetwork Code to dlnetwork Workflows

