#include <matrix.h>
#include "configurable.h"
#include <math.h>
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) |
|
|
Definition at line 8 of file feedforwardnn.h. |
1.4.5