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 or trainnet. Use the trained network to predict class labels or numeric responses.

Apps

Deep Network DesignerDesign, visualize, and train deep learning networks

Funktionen

alle erweitern

trainingOptionsOptions for training deep learning neural network
trainNetworkTrain neural network
trainnetTrain deep learning neural network (Seit R2023b)
TrainingInfoNeural network training information (Seit R2023b)
showShow training information plot (Seit R2023b)
closeClose training information plot (Seit R2023b)
accuracyMetricDeep learning accuracy metric (Seit R2023b)
aucMetricDeep learning area under ROC curve (AUC) metric (Seit R2023b)
fScoreMetricDeep learning F-score metric (Seit R2023b)
precisionMetricDeep learning precision metric (Seit R2023b)
recallMetricDeep learning recall metric (Seit R2023b)
rmseMetricDeep learning root mean squared error metric (Seit R2023b)

Themen

App Training

Command-Line Training