Main Content

Experiment Manager App

Train networks under multiple initial conditions, interactively tune training options, and assess your results

Find optimal training options for neural networks by sweeping through a range of hyperparameter values or using Bayesian optimization. Use the built-in functiontrainNetworkor define your own custom training function. Test different training configurations at the same time by running your experiment in parallel. Monitor your progress by using training plots. Use confusion matrices and custom metric functions to evaluate your trained network. Refine your experiments by sorting and filtering. Use annotations to record your observations.

Apps

Experiment Manager Design and run experiments to train and compare deep learning networks

Objects

experiments.Monitor Update results table and training plots for custom training experiments

Functions

groupSubPlot Group metrics in experiment training plot
recordMetrics Record metric values in experiment results table and training plot
updateInfo Update information columns in experiment results table

Topics

Troubleshooting

Debug Experiments for Deep Learning

Find errors in your experiment setup, metric, and training functions.