simulate.h File Reference


Detailed Description

Author:
Georg Holzmann, grh _at_ mur _dot_ at
Date:
Sept 2007
::_aureservoir_:::: C++ library for analog reservoir computing neural networks

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

#include "utilities.h"
#include "filter.h"
#include "delaysum.h"
#include <vector>

Go to the source code of this file.

Namespaces

namespace  aureservoir

Data Structures

class  aureservoir::SimBase< T >
 abstract base class for simulation algorithms More...
class  aureservoir::SimStd< T >
 standard simulation algorithm as in Jaeger's initial paper More...
class  aureservoir::SimLI< T >
 algorithm with leaky integrator neurons More...
class  aureservoir::SimBP< T >
 algorithm with bandpass style neurons as in Wustlich and Siewert More...
class  aureservoir::SimFilter< T >
 algorithm with general IIR-Filter neurons More...
class  aureservoir::SimFilter2< T >
 algorithm with IIR-Filter before neuron nonlinearity More...
class  aureservoir::SimFilterDS< T >
 IIR-Filter neurons with additional delay&sum readout. More...
class  aureservoir::SimSquare< T >
 algorithm with additional squared state updates More...

Enumerations

enum  aureservoir::SimAlgorithm {
  aureservoir::SIM_STD, aureservoir::SIM_SQUARE, aureservoir::SIM_LI, aureservoir::SIM_BP,
  aureservoir::SIM_FILTER, aureservoir::SIM_FILTER2, aureservoir::SIM_FILTER_DS
}


Generated on Wed Mar 12 21:16:05 2008 for aureservoir by  doxygen 1.5.3