|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vizzini.ai.neuralnetwork.function.AbstractActivationFunction
org.vizzini.ai.neuralnetwork.function.SigmoidFunction
public class SigmoidFunction
Provides a sigmoid activation function for a neural network. This function returns a value in [0,1].
| Constructor Summary | |
|---|---|
SigmoidFunction()
|
|
| Method Summary | |
|---|---|
double |
calcDerivative(double x)
Calculate the derivative of this function at the given input. |
double |
calculate(double x)
Calculate the value of this function at the given input. |
double |
getMaximum()
Return the maximum value this function can produce. |
double |
getMinimum()
Return the minimum value this function can produce. |
| Methods inherited from class org.vizzini.ai.neuralnetwork.function.AbstractActivationFunction |
|---|
equals, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SigmoidFunction()
| Method Detail |
|---|
public double calcDerivative(double x)
public double calculate(double x)
public double getMaximum()
public double getMinimum()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |