|
DeepNeuralNetworkLearningGetLayerInput Method (Double)
|
Namespace:
Accord.Neuro.Learning
Assembly:
Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax public double[][][] GetLayerInput(
double[][][] batches
)
Public Function GetLayerInput (
batches As Double()()()
) As Double()()()
Request Example
View SourceParameters
- batches
- Type: SystemDouble
The mini-batches of input data.
Return Value
Type:
DoubleThe learning data for the current layer.
See Also