|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.neural.networks.training.propagation.CalculatePartialDerivative
public class CalculatePartialDerivative
Class that is used to calculate the partial derivatives for the error for individual layers of a neural network. This calculation must be performed by each of the propagation techniques.
| Constructor Summary | |
|---|---|
CalculatePartialDerivative()
|
|
| Method Summary | |
|---|---|
void |
calculateError(NeuralOutputHolder output,
PropagationLevel fromLevel,
PropagationLevel toLevel)
Calculate the partial derivative of the error for a layer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CalculatePartialDerivative()
| Method Detail |
|---|
public void calculateError(NeuralOutputHolder output,
PropagationLevel fromLevel,
PropagationLevel toLevel)
output - A holder that contains the output from all of the layers.fromLevel - The source level.toLevel - The target level.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||