Deep Learning Action Set: Syntax
Provides a superset of actions for modeling and scoring with deep neural (DNN), convolutional (CNN), and recurrent (RNN) networks
Table of Actions
| Action Name | Description |
|---|---|
| addLayer | Adds a layer to a Deep Learning model |
| buildModel | Creates an empty Deep Learning model |
| dlExportModel | Exports a Deep Learning model |
| dlImportModelWeights | Imports model weights from an external source |
| dlJoin | Joins the data table and the annotation table |
| dlLabelTarget | Assigns the target label information |
| dlPrune | Prunes a layer in a Deep Learning model |
| dlScore | Scores a table using a Deep Learning model |
| dlTrain | Trains a Deep Learning model |
| dlTune | Tunes hyperparameters for Deep Learning model |
| modelInfo | Displays model information |
| removeLayer | Removes a layer from a Deep Learning model |
Last updated: August 23, 2024