include/liboutputfunctions.h File Reference

Library of Common OutputFunction. More...

Include dependency graph for liboutputfunctions.h:

Go to the source code of this file.

Namespaces

namespace  nnfw

Classes

class  IdentityFunction
 IdentityFunction. More...
class  ScaleFunction
 ScaleFunction. More...
class  GainFunction
 GainFunction. More...
class  SigmoidFunction
 Sigmoid Function. More...
class  FakeSigmoidFunction
 Fake Sigmoid Function !! Is a linear approximation of sigmoid function. More...
class  ScaledSigmoidFunction
 ScaledSigmoid Function. More...
class  RampFunction
 Ramp Function. More...
class  LinearFunction
 Linear equation Function. More...
class  StepFunction
 Step Function. More...
class  LeakyIntegratorFunction
 LeakyIntegrator Function !! More...
class  LogLikeFunction
 LogLike Function !! More...
class  PoolFunction
 Pool of Functions. More...
class  CompositeFunction
 Composite Function !! More...
class  LinearComboFunction
 Linear Combination of Two Function !! More...


Detailed Description

Todo:
ComboLinearFunction, a subclass of OutputFunction that constructs a linear combination of OutputFunctions: example: 4*Sigmoid(x)+2*Linear(x)
BerliOS Developer Logo Valid XHTML 1.0 Transitional Valid CSS!