FeedForwardNN Class Reference

abstract class (interface) for feed forward rate based neural networks More...

#include <feedforwardnn.h>

Inherits AbstractModel.

Inherited by MultiLayerFFNN, and OneLayerFFNN.

Inheritance diagram for FeedForwardNN:

Inheritance graph
[legend]
Collaboration diagram for FeedForwardNN:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 FeedForwardNN ()
virtual ~FeedForwardNN ()
virtual void damp (double damping)=0
 damps the weights and the biases by multiplying (1-damping)

Static Public Member Functions

double linear (double x)
double dlinear (double)
double tanh (double x)
double dtanh (double x)
double sigmoid (double x)
double dsigmoid (double x)

Detailed Description

abstract class (interface) for feed forward rate based neural networks


Constructor & Destructor Documentation

FeedForwardNN  )  [inline]
 

virtual ~FeedForwardNN  )  [inline, virtual]
 


Member Function Documentation

virtual void damp double  damping  )  [pure virtual]
 

damps the weights and the biases by multiplying (1-damping)

Implemented in MultiLayerFFNN, and OneLayerFFNN.

double dlinear double   )  [inline, static]
 

double dsigmoid double  x  )  [inline, static]
 

double dtanh double  x  )  [inline, static]
 

double linear double  x  )  [inline, static]
 

double sigmoid double  x  )  [inline, static]
 

double tanh double  x  )  [inline, static]
 


The documentation for this class was generated from the following file:
Generated on Tue Jan 16 02:14:46 2007 for Robotsystem of the Robot Group Leipzig by doxygen 1.3.8