#include "Layer.h"#include "InputLayer.h"#include "Network.h"#include "TrainingSet.h"#include "Control.h"Include dependency graph for MultiLayerNetwork.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | annie |
Defines | |
| #define | DEFAULT_MLP_NPARS |
| default MLP NumberParameters for parseArgs | |
|
|
Value: { "learningRate", "learing rate (alpha)", MultiLayerNetwork::DEFAULT_LEARNINGRATE }, \
{ "momentum", "learning momentum", MultiLayerNetwork::DEFAULT_MOMENTUM}, \
{ "epochs", "how many epochs to train. You can usually keep it inf and interrupt by ESC if neccesary", 1000. },
|
1.3.5