#include <feedforwardnn.h>
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 | |
| static double | linear (double x) |
| static double | dlinear (double) |
| static double | tanh (double x) |
| static double | dtanh (double x) |
| static double | sigmoid (double x) |
| static double | dsigmoid (double x) |
| FeedForwardNN | ( | ) | [inline] |
| virtual ~FeedForwardNN | ( | ) | [inline, virtual] |
| virtual void damp | ( | double | damping | ) | [pure virtual] |
damps the weights and the biases by multiplying (1-damping)
| static double dlinear | ( | double | ) | [inline, static] |
| static double dsigmoid | ( | double | x | ) | [inline, static] |
| static double dtanh | ( | double | x | ) | [inline, static] |
| static double linear | ( | double | x | ) | [inline, static] |
| static double sigmoid | ( | double | x | ) | [inline, static] |
| static double tanh | ( | double | x | ) | [inline, static] |
1.4.7