|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivationFunction
Interface to implement for any Activation Function to be used with a Neural Network
Method Summary | |
---|---|
double |
activate(double input)
The activation function to execute within a neuron |
double |
derivative(double input)
The derivative of the Activation Function to use in Back-Propogation |
Method Detail |
---|
double activate(double input)
input
- - the input to process, should be the sum of weights and input to a neuron
double derivative(double input)
input
- - the input to process through the derivative function
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |