Addestramento integrato
Addestrare reti di Deep Learning con le funzioni di addestramento integrate
Dopo aver definito l'architettura della rete, è possibile definire i parametri di addestramento utilizzando la funzione trainingOptions. È quindi possibile addestrare la rete utilizzando la funzione trainnet. Utilizzare la rete addestrata per prevedere le etichette delle classi o le risposte numeriche.
App
| Time Series Modeler | Train models for time series prediction (Da R2026a) |
Funzioni
Argomenti
Nozioni di base sull'addestramento
- 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. - Addestramento della rete neurale convoluzionale per la regressione
Questo esempio mostra come addestrare una rete neurale convoluzionale per prevedere gli angoli di rotazione delle cifre scritte a mano. - 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) - Speed Up Deep Neural Network Training
Learn how to accelerate deep neural network training. - Define Custom Learning Rate Schedule
This example shows how to define a time-based decay learning rate schedule and use it to train a neural network. - Train Network with Multiple Outputs
This example shows how to train a deep learning network with multiple outputs that predict both labels and angles of rotations of handwritten digits. - Train Network with Complex-Valued Data
This example shows how to predict the frequency of a complex-valued waveform using a 1-D convolutional neural network. - Denoise Complex-Valued Signal Using Multilayer Perceptron
Create and train a complex-valued neural network for denoising complex-valued signals. (Da R2026a) - Data Sets for Deep Learning
Discover data sets for various deep learning tasks. - Deep Learning Metrics
Comparison of metrics for deep learning tasks. - Transition Legacy Neural Network Code to dlnetwork Workflows
Learn how to transition legacy neural network code todlnetworkworkflows.
Workflow dei dati tabellari
- Training Neural Networks with Tabular Data
Learn about training neural networks with tabular data. - Train Neural Network with Tabular Data
This example shows how to train a neural network with tabular data. (Da R2023b) - In-Context Learning for Tabular Classification Using a Prior-Data Fitted Network
This example shows how to train a prior-data fitted network (PFN) to classify tabular data. (Da R2026a)
Workflow dei dati sequenziali
- Training Neural Networks with Time Series Data
Learn about training neural networks with time series data. (Da R2026a) - 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). - Compare Deep Learning and ARMA Models for Time Series Modeling
This example shows how to train and compare different models for time series modeling using the Time Series Modeler app. (Da R2026a) - 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. - Sequence Classification Using 1-D Convolutions
This example shows how to classify sequence data using a 1-D convolutional neural network. - Train Network with LSTM Projected Layer
Train a deep learning network with an LSTM projected layer for sequence-to-label classification. - Train Sequence Classification Network Using Data with Imbalanced Classes
This example shows how to classify sequences with a 1-D convolutional neural network using class weights to modify the training to account for imbalanced classes. - Sequence-to-Sequence Classification Using 1-D Convolutions
This example shows how to classify each time step of sequence data using a generic temporal convolutional network (TCN). - Sequence Classification Using CNN-LSTM Network
This example shows how to create a 2-D CNN-LSTM network for speech classification tasks by combining a 2-D convolutional neural network (CNN) with a long short-term memory (LSTM) layer. - Train Network Using Custom Mini-Batch Datastore for Sequence Data
This example shows how to train a deep learning network on out-of-memory sequence data using a custom mini-batch datastore. - Train Speech Command Recognition Model Using Deep Learning
This example shows how to train a deep learning model that detects the presence of speech commands in audio. - Chemical Process Fault Detection Using Deep Learning
Use simulation data to train a neural network than can detect faults in a chemical process. - Battery State of Charge Estimation Using Deep Learning
Define requirements, prepare data, train deep learning networks, verify robustness, integrate networks into Simulink, and deploy models. (Da R2024b) - Autoregressive Time Series Prediction Using Deep Learning
This example shows how to interactively train an autoregressive deep neural network using the Time Series Modeler app to predict electricity consumption. (Da R2026a) - Denoise ECG Signals Using Deep Learning
This example shows how to interactively train deep neural networks to remove noise from heartbeat electrocardiogram (ECG) signals using the Time Series Modeler app. (Da R2026a) - Build Transformer Network for Time Series Regression
This example shows how to interactively build and train a transformer network to predict engine torque using the Time Series Modeler app. (Da R2026a) - Create Virtual Sensors Interactively Using Deep Learning and Generate C Code for Deployment
This example shows how to interactively train a deep neural network as a virtual sensor to predict battery state of charge using the Time Series Modeler app. (Da R2026a)
Workflow dei dati dell’immagine
- Train Network on Image and Feature Data
This example shows how to train a network that classifies handwritten digits using both image and feature input data. - Multilabel Image Classification Using Deep Learning
This example shows how to use transfer learning to train a deep learning model for multilabel image classification. - Build Image-to-Image Regression Network Using Deep Network Designer
This example shows how to use Deep Network Designer to construct an image-to-image regression network for super resolution.










