Click or drag to resize
Accord.NET (logo)

DeepNeuralNetworkLearningGetLayerInput Method (Double)

Namespace:  Accord.Neuro.Learning
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public double[][] GetLayerInput(
	double[][] input
)
Request Example View Source

Parameters

input
Type: SystemDouble
The batch of input data.

Return Value

Type: Double
The learning data for the current layer.
See Also