C# (CSharp) Accord.Neuro.Learning DeepNeuralNetworkLearning.GetLayerInput - 2 exemples trouvés. Ce sont les exemples réels les mieux notés de Accord.Neuro.Learning.DeepNeuralNetworkLearning.GetLayerInput extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Gets the learning data needed to train the currently selected layer. The return of this function should then be passed to RunEpoch(double[][], double[][]) to actually run a learning epoch.