#include "invertablemodel.h"
#include "controller_misc.h"
#include "regularisation.h"
#include <cmath>
Go to the source code of this file.
|
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 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.