Visualisierung und Interpretierbarkeit
Darstellung des Trainingsfortschritts, Bewertung der Genauigkeit, Erläuterung von Vorhersagen und Visualisierung von Merkmalen, die von einem Netz gelernt wurden
Überwachen Sie den Trainingsfortschritt mithilfe integrierter Diagramme für die Genauigkeit und den Verlust des Netzes. Untersuchen Sie trainierte Netze mit Visualisierungstechniken wie Grad-CAM, Okklusionsempfindlichkeit, LIME und Deep Dream.
Visualisierungsmethoden für Deep Learning
Apps
Deep Network Designer | Entwurf und Visualisierung von Deep-Learning-Netzen |
Objekte
trainingProgressMonitor | Monitor and plot training progress for deep learning custom training loops (Seit R2022b) |
Funktionen
Eigenschaften
ConfusionMatrixChart Properties | Confusion matrix chart appearance and behavior |
ROCCurve Properties | Receiver operating characteristic (ROC) curve appearance and behavior (Seit R2022b) |
Themen
Trainingsfortschritt und Leistung
- Überwachen des Deep-Learning-Trainingsfortschritts
Dieses Beispiel zeigt, wie man den Trainingsfortschritt von Deep-Learning-Netzen überwachen kann. - Monitor Custom Training Loop Progress
Track and plot custom training loop progress. - Monitor GAN Training Progress and Identify Common Failure Modes
Learn how to diagnose and fix some of the most common failure modes in GAN training. - ROC Curve and Performance Metrics
Userocmetrics
to examine the performance of a classification algorithm on a test data set. - Compare Deep Learning Models Using ROC Curves
This example shows how to use receiver operating characteristic (ROC) curves to compare the performance of deep learning models. - Define Custom Metric Function
Define custom deep learning metrics using functions. - Define Custom Deep Learning Metric Object
Learn how to define custom deep learning metrics using custom classes. - Define Custom Metric Object
This example shows how to define a custom metric for deep learning tasks.
Interpretierbarkeit
- Explore Network Predictions Using Deep Learning Visualization Techniques
This example shows how to investigate network predictions using deep learning visualization techniques. - Understand Network Predictions Using Occlusion
This example shows how to use occlusion sensitivity maps to understand why a deep neural network makes a classification decision. - Interpret Deep Network Predictions on Tabular Data Using LIME
This example shows how to use the locally interpretable model-agnostic explanations (LIME) technique to understand the predictions of a deep neural network classifying tabular data. - Investigate Spectrogram Classifications Using LIME
This example shows how to use locally interpretable model-agnostic explanations (LIME) to investigate the robustness of a deep convolutional neural network trained to classify spectrograms. - Investigate Classification Decisions Using Gradient Attribution Techniques
This example shows how to use gradient attribution maps to investigate which parts of an image are most important for classification decisions made by a deep neural network. - Investigate Network Predictions Using Class Activation Mapping
This example shows how to use class activation mapping (CAM) to investigate and explain the predictions of a deep convolutional neural network for image classification. - Visualize Image Classifications Using Maximal and Minimal Activating Images
This example shows how to use a data set to find out what activates the channels of a deep neural network. - View Network Behavior Using tsne
This example shows how to use thetsne
function to view activations in a trained network. - Visualize Activations of LSTM Network
This example shows how to investigate and visualize the features learned by LSTM networks by extracting the activations. - Visualize Activations of a Convolutional Neural Network
This example shows how to feed an image to a convolutional neural network and display the activations of different layers of the network. - Visualize Features of a Convolutional Neural Network
This example shows how to visualize the features learned by convolutional neural networks. - Deep Learning Visualization Methods
Learn about and compare deep learning visualization methods.