#include <vector>
#include "multilayerffnn.h"
Include dependency graph for elman.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | NetUpdate |
updates for network More... | |
class | Elman |
Multilayer Neural Network with context neurons (after Elman and Jordan) Example of 2 hidden layer network with both, elman and jordan context units. More... |