Main Content

本页翻译不是最新的。点击此处可查看最新英文版本。

可视化和可解释性

绘制训练进度、评估准确度、解释预测以及将网络学习的特征可视化

使用内置的网络准确度和损失图监控训练进度。使用可视化方法,如 Grad-CAM、遮挡敏感度、LIME 和 Deep Dream,研究经过训练的网络。

深度学习可视化方法

App

深度网络设计器设计、可视化和训练深度学习网络

对象

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

函数

全部展开

analyzeNetworkAnalyze deep learning network architecture
plot绘制神经网络架构
updateInfoUpdate information values for custom training loops (自 R2022b 起)
recordMetricsRecord metric values for custom training loops (自 R2022b 起)
groupSubPlotGroup metrics in training plot (自 R2022b 起)
accuracyMetricDeep learning accuracy metric (自 R2023b 起)
aucMetricDeep learning area under ROC curve (AUC) metric (自 R2023b 起)
fScoreMetricDeep learning F-score metric (自 R2023b 起)
precisionMetricDeep learning precision metric (自 R2023b 起)
recallMetricDeep learning recall metric (自 R2023b 起)
rmseMetricDeep learning root mean squared error metric (自 R2023b 起)
activations计算深度学习网络层激活
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 (自 R2022b 起)
addMetricsCompute additional classification performance metrics (自 R2022b 起)
averageCompute performance metrics for average receiver operating characteristic (ROC) curve in multiclass problem (自 R2022b 起)
plotPlot receiver operating characteristic (ROC) curves and other performance curves (自 R2022b 起)
imageLIMEExplain network predictions using LIME (自 R2020b 起)
occlusionSensitivityExplain network predictions by occluding the inputs (自 R2019b 起)
deepDreamImageVisualize network features using deep dream
gradCAMExplain network predictions using Grad-CAM (自 R2021a 起)

属性

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

主题

训练进度和性能

可解释性