See: Description
| Interface | Description |
|---|---|
| Application.CV |
The common set of applications for computer vision.
|
| Application.NLP |
The common set of applications for natural language processing.
|
| Application.Tabular |
The common set of applications for tabular data.
|
| Device.Type |
Contains device type string constants.
|
| DeviceType |
DeviceType is a class used to map the Device name to their corresponding type number. |
| Model |
A model is a collection of artifacts that is created by the training process.
|
| Class | Description |
|---|---|
| Application |
A class contains common deep learning applications.
|
| BaseModel |
BaseModel is the basic implementation of Model. |
| Device |
The
Device class provides the specified assignment for CPU/GPU processing on the NDArray. |
| Exception | Description |
|---|---|
| MalformedModelException |
Thrown to indicate Model parameters are not in expected format or are malformed.
|
| ModelException |
Thrown to indicate Model parameter or load exceptions parent to Model Exceptions.
|
| TrainingDivergedException |
Thrown to indicate when there is a divergence during Training.
|