#include <feedforwardnn.h>
Inherits AbstractModel.
Inherited by MultiLayerFFNN, and OneLayerFFNN.
Inheritance diagram for FeedForwardNN:


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) |
|
|
|
|
|
|
|
|
damps the weights and the biases by multiplying (1-damping)
Implemented in MultiLayerFFNN, and OneLayerFFNN.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8