Main Content

管理试验

在多个初始条件下训练网络,以交互方式调整训练选项,并评估结果

使用试验管理器,通过扫描一系列超参数值或使用贝叶斯优化,找到神经网络的最佳训练选项。使用内置函数 trainnet 或定义您自己的自定义训练函数。使用训练图监控进度。使用混淆矩阵和自定义度量函数来评估经过训练的网络。

此页包含有关 AI 工作流试验的信息。有关使用该 App 的一般信息,请参阅试验管理器

App

试验管理器 Design and run experiments to train and compare deep learning networks (自 R2020a 起)

对象

experiments.MonitorUpdate results table and training plots for custom training experiments (自 R2021a 起)

函数

groupSubPlotGroup metrics in experiment training plot (自 R2021a 起)
recordMetricsRecord metric values in experiment results table and training plot (自 R2021a 起)
updateInfoUpdate information columns in experiment results table (自 R2021a 起)
yscaleSet training plot y-axis scale (linear or logarithmic) (自 R2024a 起)

主题

疑难解答

Debug Deep Learning Experiments

Diagnose problems in your setup, training, and metric functions. (自 R2023a 起)