Main Content

Tuning

Programmatically tune training options, resume training from a checkpoint, and investigate adversarial examples

To learn how to set options using the trainingOptions function, see Set Up Parameters and Train Convolutional Neural Network. After you identify some good starting options, you can automate sweeping of hyperparameters or try Bayesian optimization using Experiment Manager.

Investigate network robustness by generating adversarial examples. You can then use fast gradient sign method (FGSM) adversarial training to train a network robust to adversarial perturbations.

App

Deep Network DesignerProgetta, visualizza e addestra le reti di Deep Learning

Oggetti

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

Funzioni

trainingOptionsOpzioni per l’addestramento della rete neurale di Deep Learning
trainnetTrain deep learning neural network (Da R2023b)

Argomenti

Informazioni complementari