Main Content

Pretrained Networks

Use pretrained image networks to quickly learn new tasks

Use transfer learning to take advantage of the knowledge provided by a pretrained network to learn new patterns in new image data. Fine-tuning a pretrained image classification network with transfer learning is typically much faster and easier than training from scratch. Using pretrained deep networks enables you to quickly create models for new tasks without defining and training a new network, having millions of images, or having a powerful GPU. To explore the pretrained networks available, use Deep Network Designer.

App

Deep Network DesignerProgetta, visualizza e addestra le reti di Deep Learning

Funzioni

espandi tutto

trainingOptionsOpzioni per l’addestramento della rete neurale di Deep Learning
trainnetTrain deep learning neural network (Da R2023b)
analyzeNetworkAnalyze deep learning network architecture
imagePretrainedNetworkPretrained neural network for images (Da R2024a)
predictCompute deep learning network output for inference (Da R2019b)
minibatchpredictMini-batched neural network prediction (Da R2024a)
scores2labelConvert prediction scores to labels (Da R2024a)
confusionchartCreate confusion matrix chart for classification problem
sortClassesSort classes of confusion matrix chart

Blocchi

espandi tutto

PredictPredict responses using a trained deep learning neural network (Da R2020b)
Image ClassifierClassifica i dati utilizzando una rete neurale addestrata di Deep Learning (Da R2020b)

Argomenti