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.
/// |
Résultat |