Emdee
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Static Public Member Functions | List of all members
FannDerivative Class Reference

The FannDerivative class is a helper class that is used to calculate the gradient of the FANN network output with respect to its input. More...

#include <fannderivative.h>

Public Member Functions

 FannDerivative ()
 

Static Public Member Functions

static double activationDerived (unsigned int activation_function, fann_type steepness, fann_type value, fann_type sum)
 
static void backpropagateDerivative (fann *ann, uint outputIndex)
 

Detailed Description

The FannDerivative class is a helper class that is used to calculate the gradient of the FANN network output with respect to its input.

Constructor & Destructor Documentation

FannDerivative::FannDerivative ( )

Member Function Documentation

double FannDerivative::activationDerived ( unsigned int  activation_function,
fann_type  steepness,
fann_type  value,
fann_type  sum 
)
static
void FannDerivative::backpropagateDerivative ( fann *  ann,
uint  outputIndex 
)
static

The documentation for this class was generated from the following files: