Contenu principal

La traduction de cette page n'est pas à jour. Cliquez ici pour voir la dernière version en anglais.

Deep Learning avec Simulink

R2026a
Enrichir des workflows de Deep Learning avec Simulink

Implémentez des fonctionnalités de Deep Learning dans des modèles Simulink® avec des blocs des bibliothèques Deep Neural Networks, Python Neural Networks et Deep Learning Layers incluses dans Deep Learning Toolbox™ ou en utilisant le bloc Deep Learning Object Detector de la bibliothèque Analysis & Enhancement incluse dans Computer Vision Toolbox™.

Pour générer un modèle Simulink qui utilise la bibliothèque de blocs Deep Learning Layers afin de représenter un réseau, utilisez la fonction exportNetworkToSimulink.

Certaines fonctionnalités de Deep Learning dans Simulink utilisent le bloc MATLAB Function qui nécessite un compilateur supporté. Pour la plupart des plateformes, un compilateur C par défaut est fourni avec l’installation MATLAB®. Si vous utilisez le langage C++, vous devez installer un compilateur C++ compatible. Pour voir une liste des compilateurs supportés, ouvrez Compilateurs supportés et compatibles, cliquez sur l’onglet qui correspond à votre système d’exploitation, trouvez la table Simulink Product Family et allez dans la colonne For Model Referencing, Accelerator mode, Rapid Accelerator mode, and MATLAB Function blocks. Si vous avez plusieurs compilateurs compatibles MATLAB installés sur votre système, vous pouvez modifier le compilateur par défaut avec la commande mex -setup. Veuillez consulter Change Default Compiler.

Fonctions

exportNetworkToSimulinkGenerate Simulink model that contains deep learning layer blocks and subsystems that correspond to deep learning layer objects (depuis R2024b)

Blocs

développer tout

Image classifier blockClassifyClasser des données avec un réseau de neurones entraîné pour le Deep Learning
Predict blockPredictPredict responses using a trained deep learning neural network
Stateful Classify blockStateful ClassifyClassify data using a trained deep learning recurrent neural network
Stateful Predict blockStateful PredictPredict responses using a trained recurrent neural network
Deep Learning Object Detector blockDeep Learning Object DetectorDetect objects using trained deep learning object detector
TensorFlow Model Predict Block IconTensorFlow Model PredictPredict responses using pretrained Python TensorFlow model (depuis R2024a)
PyTorch Model Predict Block IconPyTorch Model PredictPredict responses using pretrained Python PyTorch model (depuis R2024a)
ONNX Model Predict Block IconONNX Model PredictPredict responses using pretrained Python ONNX model (depuis R2024a)
Custom Python Model Predict Block IconCustom Python Model PredictPredict responses using pretrained custom Python model (depuis R2024a)
Clipped ReLU Layer blockClipped ReLU LayerClipped Rectified Linear Unit (ReLU) layer (depuis R2024b)
GELU Layer blockGELU LayerGaussian error linear unit (GELU) layer (depuis R2024b)
Leaky ReLU Layer blockLeaky ReLU LayerLeaky rectified linear unit (ReLU) layer (depuis R2024b)
PReLU Layer blockPReLU LayerParameterized rectified linear unit (PReLU) layer (depuis R2026a)
ReLU Layer blockReLU LayerRectified linear unit (ReLU) layer (depuis R2024b)
Sigmoid Layer blockSigmoid LayerSigmoid layer (depuis R2024b)
Softmax Layer blockSoftmax LayerSoftmax layer (depuis R2024b)
Swish Layer blockSwish LayerSwish layer (depuis R2026a)
Tanh Layer blockTanh LayerHyperbolic tangent (tanh) layer (depuis R2024a)
Addition Layer blockAddition LayerAddition layer (depuis R2024b)
Concatenation Layer blockConcatenation LayerConcatenation layer (depuis R2024b)
Depth Concatenation Layer blockDepth Concatenation LayerDepth concatenation layer (depuis R2024b)
Multiplication Layer blockMultiplication LayerMultiplication layer (depuis R2024b)
Convolution 1D Layer blockConvolution 1D Layer1-D convolutional layer (depuis R2024b)
Convolution 2D Layer blockConvolution 2D Layer2-D convolutional layer (depuis R2024b)
Convolution 3D Layer blockConvolution 3D Layer3-D convolutional layer (depuis R2024b)
Fully Connected Layer blockFully Connected LayerFully connected layer (depuis R2024b)
Rescale-Symmetric 1D blockRescale-Symmetric 1D1-D input layer with rescale-symmetric normalization (depuis R2024b)
Rescale-Symmetric 2D blockRescale-Symmetric 2D2-D input layer with rescale-symmetric normalization (depuis R2024b)
Rescale-Symmetric 3D blockRescale-Symmetric 3D3-D input layer with rescale-symmetric normalization (depuis R2024b)
Rescale-Zero-One 1D blockRescale-Zero-One 1D1-D input layer with rescale-zero-one normalization (depuis R2024b)
Rescale-Zero-One 2D blockRescale-Zero-One 2D2-D input layer with rescale-zero-one normalization (depuis R2024b)
Rescale-Zero-One 3D blockRescale-Zero-One 3D3-D input layer with rescale-zero-one normalization (depuis R2024b)
Zerocenter 1D blockZerocenter 1D1-D input layer with zerocenter normalization (depuis R2024b)
Zerocenter 2D blockZerocenter 2D2-D input layer with zerocenter normalization (depuis R2024b)
Zerocenter 3D blockZerocenter 3D3-D input layer with zerocenter normalization (depuis R2024b)
Zscore 1D blockZscore 1D1-D input layer with zscore normalization (depuis R2024b)
Zscore 2D blockZscore 2D2-D input layer with zscore normalization (depuis R2024b)
Zscore 3D blockZscore 3D3-D input layer with zscore normalization (depuis R2024b)
Batch Normalization Layer blockBatch Normalization LayerBatch normalization layer (depuis R2024b)
Instance Normalization Layer blockInstance Normalization LayerInstance normalization layer (depuis R2026a)
Layer Normalization Layer blockLayer Normalization LayerLayer normalization layer (depuis R2024b)
Inverse Zerocenter blockInverse ZerocenterInverse zero-center normalization (depuis R2026a)
Inverse Zscore blockInverse ZscoreInverse Z-score normalization (depuis R2026a)
Average Pooling 1D Layer blockAverage Pooling 1D Layer1-D average pooling layer (depuis R2024b)
Average Pooling 2D Layer blockAverage Pooling 2D Layer2-D average pooling layer (depuis R2024b)
Average Pooling 3D Layer blockAverage Pooling 3D Layer3-D average pooling layer (depuis R2024b)
Global Average Pooling 1D Layer blockGlobal Average Pooling 1D Layer1-D global average pooling layer (depuis R2024b)
Global Average Pooling 2D Layer blockGlobal Average Pooling 2D Layer2-D global average pooling layer (depuis R2024b)
Global Average Pooling 3D Layer blockGlobal Average Pooling 3D Layer3-D global average pooling layer (depuis R2024b)
Global Max Pooling 1D Layer blockGlobal Max Pooling 1D Layer1-D global max pooling layer (depuis R2024b)
Global Max Pooling 2D Layer blockGlobal Max Pooling 2D Layer2-D global max pooling layer (depuis R2024b)
Global Max Pooling 3D Layer blockGlobal Max Pooling 3D Layer3-D global max pooling layer (depuis R2024b)
Max Pooling 1D Layer blockMax Pooling 1D Layer1-D max pooling layer (depuis R2024b)
Max Pooling 2D Layer blockMax Pooling 2D Layer2-D max pooling layer (depuis R2024b)
Max Pooling 3D Layer blockMax Pooling 3D Layer3-D max pooling layer (depuis R2024b)
Flatten Layer blockFlatten LayerFlatten layer (depuis R2024b)
GRU Layer blockGRU LayerGated recurrent unit (GRU) layer for recurrent neural network (RNN) (depuis R2025a)
GRU Projected Layer blockGRU Projected LayerGated recurrent unit (GRU) projected layer for recurrent neural network (RNN) (depuis R2025a)
LSTM Layer blockLSTM LayerLong short-term memory (LSTM) layer for recurrent neural network (RNN) (depuis R2024b)
LSTM Projected Layer blockLSTM Projected LayerLong short-term memory (LSTM) projected layer for recurrent neural network (RNN) (depuis R2024b)
Dropout Layer blockDropout LayerDropout layer (depuis R2024b)
Identity Layer blockIdentity LayerIdentity layer (depuis R2026a)
Scaling Layer blockScaling LayerScaling layer (depuis R2026a)
Spatial Dropout Layer blockSpatial Dropout LayerSpatial dropout layer (depuis R2026a)

Rubriques

Blocs pour les couches de Deep Learning

Images

Séquences

Reinforcement Learning

Coexécution avec Python

Génération de code

Sélection d՚exemples