Contenuto principale

La traduzione di questa pagina non è aggiornata. Fai clic qui per vedere l'ultima versione in inglese.

Visualizzazione e interpretabilità

Tracciare i progressi dell'addestramento, valutare la precisione, spiegare le previsioni e visualizzare le feature apprese da una rete

Monitorare i progressi dell'addestramento utilizzando i grafici integrati sulla precisione e sulla perdita della rete. Esaminare le reti addestrate utilizzando tecniche di visualizzazione come Grad-CAM, sensibilità all'occlusione, LIME e deep dream.

Metodi di visualizzazione del Deep Learning

App

Deep Network DesignerProgettare e visualizzare reti di Deep Learning

Oggetti

trainingProgressMonitorMonitor and plot training progress for deep learning custom training loops (Da R2022b)

Funzioni

espandi tutto

analyzeNetworkAnalyze deep learning network architecture
plotTracciare l'architettura della rete neurale
updateInfoUpdate information values for custom training loops (Da R2022b)
recordMetricsRecord metric values for custom training loops (Da R2022b)
groupSubPlotGroup metrics in training plot (Da R2022b)
yscaleSet training plot y-axis scale (linear or logarithmic) (Da R2024a)
testnetTest deep learning neural network (Da R2024b)
accuracyMetricDeep learning accuracy metric (Da R2023b)
aucMetricDeep learning area under ROC curve (AUC) metric (Da R2023b)
fScoreMetricDeep learning F-score metric (Da R2023b)
precisionMetricDeep learning precision metric (Da R2023b)
recallMetricDeep learning recall metric (Da R2023b)
rmseMetricDeep learning root mean squared error metric (Da R2023b)
mapeMetricDeep learning mean absolute percentage error metric (Da R2024b)
rSquaredMetricDeep learning R2 metric (Da R2025a)
predictCompute deep learning network output for inference
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
rocmetricsReceiver operating characteristic (ROC) curve and performance metrics for binary and multiclass classifiers (Da R2022b)
addMetricsCompute additional classification performance metrics (Da R2022b)
aucArea under the ROC curve or area under the PR (precision-recall) curve (Da R2024b)
averageCompute performance metrics for average receiver operating characteristic (ROC) curve in multiclass problem (Da R2022b)
modelOperatingPointOperating point of rocmetrics object (Da R2024b)
plotPlot receiver operating characteristic (ROC) curves and other performance curves (Da R2022b)
imageLIMEExplain network predictions using LIME
occlusionSensitivityExplain network predictions by occluding the inputs
deepDreamImageVisualize network features using deep dream
gradCAMExplain network predictions using Grad-CAM (Da R2021a)
driseExplain object detection network predictions using D-RISE (Da R2024a)
deep.gpu.deterministicAlgorithmsSet determinism of deep learning operations on the GPU to get reproducible results (Da R2024b)

Proprietà

ConfusionMatrixChart PropertiesConfusion matrix chart appearance and behavior
ROCCurve PropertiesReceiver operating characteristic (ROC) curve appearance and behavior (Da R2022b)

Argomenti

Progressi dell’addestramento e performance

Interpretabilità

Esempi in primo piano