Compute the output for a given input to the neural network.
Compute the output for a given input to the neural network.
public INeuralData Compute(INeuralData)
Compute the output for a given input to the neural network. This method provides a parameter to specify an output holder to use. This holder allows propagation training to track the output from each layer. If you do not need this holder pass null, or use the other compare method.
public INeuralData Compute(INeuralData,NeuralOutputHolder)