Sequential Methods
The Sequential type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add |
Stack the neural layers for building a deep learning model.
|
![]() |
Compile(String, String, String, Regulizers) |
Configures the model for training.
|
![]() |
Compile(BaseOptimizer, String, String, Regulizers) |
Configures the model for training.
|
![]() |
Equals(System.Object) | (Inherited from Object.) |
![]() |
Evaluate |
Evaluates the specified data.
|
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
LoadModel |
Loads the trained model for further prediction or training.
|
![]() ![]() |
LoadNetConfig |
Loads the neural network configuration saved using SaveNetConfig method.
|
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SaveModel |
Saves the complete model with training.
|
![]() |
SaveNetConfig |
Saves the neural network configuration as json file.
|
![]() |
ToString | (Inherited from Object.) |
![]() |
Train(XYFrame, Int32, Int32, XYFrame) |
Trains the model for a fixed number of epochs.
|
![]() |
Train(ImageDataGenerator, Int32, Int32, ImageDataGenerator) |
Trains the model for a fixed number of epochs.
|