Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

MultiLayerNetwork.h File Reference

#include "Layer.h"
#include "InputLayer.h"
#include "Network.h"
#include "TrainingSet.h"
#include "Control.h"

Include dependency graph for MultiLayerNetwork.h:

Include dependency graph

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

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  annie

Defines

#define DEFAULT_MLP_NPARS
 default MLP NumberParameters for parseArgs


Define Documentation

#define DEFAULT_MLP_NPARS
 

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. },
default MLP NumberParameters for parseArgs


Generated on Fri Jun 18 13:18:38 2004 for Annie by doxygen 1.3.5