Hauptinhalt

Visualisierung und Interpretierbarkeit

Darstellung des Trainingsfortschritts, Bewertung der Genauigkeit, Erläuterung von Vorhersagen und Visualisierung von Merkmalen, die von einem Netz gelernt wurden

Überwachen Sie den Trainingsfortschritt mithilfe integrierter Diagramme für die Genauigkeit und den Verlust des Netzes. Untersuchen Sie trainierte Netze mit Visualisierungstechniken wie Grad-CAM, Okklusionsempfindlichkeit, LIME und Deep Dream.

Visualisierungsmethoden für Deep Learning

Apps

Deep Network DesignerEntwurf und Visualisierung von Deep-Learning-Netzen

Objekte

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

Funktionen

alle erweitern

analyzeNetworkAnalyze deep learning network architecture
plotPlot neural network architecture
updateInfoUpdate information values for custom training loops (Seit R2022b)
recordMetricsRecord metric values for custom training loops (Seit R2022b)
groupSubPlotGroup metrics in training plot (Seit R2022b)
yscaleSet training plot y-axis scale (linear or logarithmic) (Seit R2024a)
testnetTest deep learning neural network (Seit R2024b)
accuracyMetricDeep learning accuracy metric (Seit R2023b)
aucMetricDeep learning area under ROC curve (AUC) metric (Seit R2023b)
fScoreMetricDeep learning F-score metric (Seit R2023b)
precisionMetricDeep learning precision metric (Seit R2023b)
recallMetricDeep learning recall metric (Seit R2023b)
rmseMetricDeep learning root mean squared error metric (Seit R2023b)
mapeMetricDeep learning mean absolute percentage error metric (Seit R2024b)
rSquaredMetricDeep learning R2 metric (Seit R2025a)
predictCompute deep learning network output for inference
minibatchpredictMini-batched neural network prediction (Seit R2024a)
scores2labelConvert prediction scores to labels (Seit 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 (Seit R2022b)
addMetricsCompute additional classification performance metrics (Seit R2022b)
aucArea under the ROC curve or area under the PR (precision-recall) curve (Seit R2024b)
averageCompute performance metrics for average receiver operating characteristic (ROC) curve in multiclass problem (Seit R2022b)
modelOperatingPointOperating point of rocmetrics object (Seit R2024b)
plotPlot receiver operating characteristic (ROC) curves and other performance curves (Seit 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 (Seit R2021a)
driseExplain object detection network predictions using D-RISE (Seit R2024a)
deep.gpu.deterministicAlgorithmsSet determinism of deep learning operations on the GPU to get reproducible results (Seit R2024b)

Eigenschaften

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

Themen

Trainingsfortschritt und Leistung

Interpretierbarkeit

Enthaltene Beispiele