|
TarzaNN
TarzaNN neural network simulator
|
#include "nowarn.h"#include "common.h"#include "Matrix.h"#include "FeaturePlaneAbstract.h"#include "NotifyStrategyASync.h"#include "NotifyStrategySync.h"#include "GatingUnits.h"#include "Neuron.h"#include "STNeuron.h"#include "WilsonCowanNeuron.h"#include "SpikingNeuron.h"#include "SigmoidNeuron.h"#include "TanHNeuron.h"#include "LinearNeuron.h"#include "LinearSigmoidNeuron.h"#include "Network.h"#include "FeaturePlaneProxy.h"#include "InputFeaturePlane.h"#include "ConstantInputFeaturePlane.h"#include "InputSocketFeaturePlane.h"#include "InputVirtualFeaturePlane.h"#include "FeaturePlaneInput.h"#include "Monitor.h"Go to the source code of this file.
Classes | |
| class | FeaturePlane |
| The key structure in the network. A feature plane is a collection of identical neurons, all receiving input from the same other feature planes, and all having the same receptive field structure (i.e. filters). More... | |
1.7.5.1