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.
App
Deep Network Designer | Progetta, visualizza e addestra le reti di Deep Learning |
Funzioni
Argomenti
App Training
- Train Networks Using Deep Network Designer
Interactively train deep learning networks in Deep Network Designer. - Import Data into Deep Network Designer
Import and visualize data in Deep Network Designer.
Command-Line Training
- Creazione di una rete neurale semplice di Deep Learning per la classificazione
Questo esempio mostra come creare e addestrare una rete neurale convoluzionale semplice per la classificazione tramite Deep Learning. - Train Convolutional Neural Network for Regression
This example shows how to fit a regression model using convolutional neural networks to predict the angles of rotation of handwritten digits. - Previsione delle serie temporali tramite il Deep Learning
Questo esempio mostra come prevedere i dati delle serie temporali utilizzando una rete con memoria a breve e lungo termine (LSTM). - Classificazione di sequenze utilizzando il Deep Learning
Questo esempio mostra come classificare i dati sequenziali utilizzando una rete con memoria a breve e lungo termine (LSTM). - Classificazione sequenza-sequenza utilizzando il Deep Learning
Questo esempio mostra come classificare ogni fase temporale dei dati sequenziali utilizzando una rete con memoria a breve e lungo termine (LSTM). - Sequence-to-Sequence Regression Using Deep Learning
This example shows how to predict the remaining useful life (RUL) of engines by using deep learning. - Sequence-to-One Regression Using Deep Learning
This example shows how to predict the frequency of a waveform using a long short-term memory (LSTM) neural network. - Create Custom Deep Learning Training Plot
This example shows how to create a custom training plot that updates at each iteration during training of deep learning neural networks usingtrainnet
. (Da R2023b) - Custom Stopping Criteria for Deep Learning Training
This example shows how to stop training of deep learning neural networks based on custom stopping criteria usingtrainnet
. (Da R2023b)