Method | Description | |
---|---|---|
Create ( numl.Supervised.NeuralNetwork.Network network, int examples, int features, double learningRate, double lambda, int maxIterations, object parameters = null ) : |
Creates a new Network Properties object for use in training a neural network model.
|
|
NetworkTrainingProperties ( object>.Dictionary |
Initializes a new instance of the NetworkTrainingProperties class. Optional custom properties used in training.
|
|
this ( string name ) : object |
Gets or sets the specified parameter for use in training.
|
public static Create ( numl.Supervised.NeuralNetwork.Network network, int examples, int features, double learningRate, double lambda, int maxIterations, object parameters = null ) : |
||
network | numl.Supervised.NeuralNetwork.Network | Network being optimized. |
examples | int | Number of training examples. |
features | int | Number of features in the training examples. |
learningRate | double | Learning rate. |
lambda | double | Lambda (weight decay). |
maxIterations | int | Maximum number of iterations. |
parameters | object | Optional parameters object used when training networks.
/// |
return |
public NetworkTrainingProperties ( object>.Dictionary |
||
parameters | object>.Dictionary | |
return | System |