C# (CSharp) numl.Supervised.NeuralNetwork.Encoders Namespace

Classes

Name Description
AutoencoderGenerator An Autoencoding Network Generator.

By default this works as a (linear) denoising autoencoder. If the features used are within [0, 1] range then try specifying a different Output Function such as Logistic or Tanh.

AutoencoderModel An Autoencoder model.