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 <iostream>
#include <map>
#include <algorithm>
#include "utilities.h"
#include "activations.h"
#include "init.h"
#include "simulate.h"
#include "train.h"
#include <aureservoir/esn.hpp>
#include <aureservoir/init.hpp>
#include <aureservoir/simulate.hpp>
#include <aureservoir/train.hpp>
Go to the source code of this file.
Namespaces | |
namespace | aureservoir |
Data Structures | |
class | aureservoir::ESN< T > |
class for a basic Echo State Network More... |