Main Content

Deep Learning Tuning

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

To learn how to set options using thetrainingOptionsfunction, seeSet Up Parameters and Train Convolutional Neural Network. After you identify some good starting options, you can automate sweeping of hyperparameters or try Bayesian optimization usingExperiment 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.

Apps

Deep Network Designer Design, visualize, and train deep learning networks

Functions

trainingOptions Options for training deep learning neural network
trainNetwork Train deep learning neural network

Topics

Related Information