Main Content

Built-In Training

Train deep learning networks using built-in training functions

After defining the network architecture, you can define training parameters using the trainingOptions function. You can then train the network using trainNetwork. Use the trained network to predict class labels or numeric responses.

Apps

Deep Network DesignerDesign, visualize, and train deep learning networks

Functions

trainingOptionsOptions for training deep learning neural network
trainNetworkTrain deep learning neural network

Topics

App Training

Command-Line Training