Design, visualize, and train deep learning networks
The Deep Network Designer app lets you build, visualize, edit, and train deep learning networks. Using this app, you can:
Build, import, edit, and combine networks.
Load pretrained networks and edit them for transfer learning.
View and edit layer properties and add new layers and connections.
Analyze the network to ensure that the network architecture is defined correctly, and detect problems before training.
Import and visualize datastores and image data for training and validation.
Apply augmentations to image classification training data and visualize the distribution of the class labels.
Train networks and monitor training with plots of accuracy, loss, and validation metrics.
Generate MATLAB® code for building and training networks.
MATLAB Toolstrip: On the Apps tab, under Machine Learning and Deep Learning, click the app icon.
MATLAB command prompt: Enter deepNetworkDesigner
.
To train multiple networks and compare the results, try Experiment Manager.