Robot Simulator of the Robotics Group for Self-Organization of Control  0.8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
feedforwardnn.h File Reference
#include "invertablemodel.h"
#include "controller_misc.h"
#include "regularisation.h"
#include <cmath>
Include dependency graph for feedforwardnn.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Typedefs

typedef double(* ActivationFunction )(double)
 activation function type: input: membrane potential More...
 
typedef double(* InvActivationFunction )(double, double)
 inverse of Activation function with respect to some membrane potential and a certain output error. More...
 

Typedef Documentation

typedef double(* ActivationFunction)(double)

activation function type: input: membrane potential

typedef double(* InvActivationFunction)(double, double)

inverse of Activation function with respect to some membrane potential and a certain output error.