Sequential Methods

The Sequential type exposes the following members.

Methods


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