Sequential Members
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.
|
Properties
Name | Description | |
---|---|---|
![]() |
Layers |
Gets or sets the stacked layers cofiguration.
|
![]() |
Module |
Gets the module.
|
![]() |
TrainingResult |
Gets or sets the training result.
|
![]() |
Version |
Version number of this model
(Inherited from ConfigModule.) |
Events
Name | Description | |
---|---|---|
![]() |
OnBatchEnd |
Occurs when [on batch end].
|
![]() |
OnBatchStart |
Occurs when [on batch start].
|
![]() |
OnEpochEnd |
Occurs when [on epoch end].
|
![]() |
OnEpochStart |
Occurs when [on epoch start].
|
![]() |
OnTrainingEnd |
Occurs when [on training end].
|
![]() |
OnTrainingStart |
Occurs when [on training start].
|