|
Neural Network Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.practicalstudies.neural.Neuron
|
+--com.practicalstudies.neural.BackpropagationNode
Represents a neural network node suitable for backpropagation training.
Neuron| Constructor Summary | |
BackpropagationNode(Adder adder,
ActivationFunction activationFunction,
ErrorFunction errorFunction)
|
|
| Method Summary | |
double |
calculateActivation()
Calculate the output of this BackpropagationNode. |
double |
getError(double actualValue)
Returns the error in the output of this BackpropagationNode. |
| Methods inherited from class com.practicalstudies.neural.Neuron |
addInputConnection, addOutputConnection, clearInputConnections, clearOutputConnections, getInputConnection, getInputConnections, getNumberInputConnections, getNumberOutputConnections, getOutput, getOutputConnection, getOutputConnections |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BackpropagationNode(Adder adder,
ActivationFunction activationFunction,
ErrorFunction errorFunction)
| Method Detail |
public double calculateActivation()
calculateActivation in class Neuronpublic double getError(double actualValue)
|
PracticalStudies.com | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||