Main Page   Compound List   File List   Compound Members  

ActivationFunction Struct Reference

#include <ActivationFunction.h>

List of all members.

Public Attributes

char * name
double(* normal )(double, double)
double(* derivate )(double, double)


Detailed Description

Neural network activation function.

Complete definition of a function and its derivate.


Member Data Documentation

double(* ActivationFunction::derivate)(double, double)
 

The derivative function, used for the backpropagation algorithm.

char* ActivationFunction::name
 

The symbolic name of the function.

double(* ActivationFunction::normal)(double, double)
 

Plain function itself. The first parameter gives the x-value, the second one is the theta value, taken from the neuron.


The documentation for this struct was generated from the following file:
Generated on Sun Mar 2 21:35:50 2003 for libperceptronnetwork by doxygen1.3-rc3