The Encog Project

Package org.encog.neural.networks.training.propagation.gradient

Class Summary
CalculateGradient This class is used to calculate the gradients for each of the weights and thresholds values in a neural network.
GradientUtil Single threaded class that actually calculates the gradients.
GradientWorker A worker handles one thread.
 


The Encog Project