OpenANN
1.1.0
An open source library for artificial neural networks.
|
#include <Eigen/Core>
#include <vector>
#include <OpenANN/layers/Layer.h>
#include <OpenANN/ActivationFunctions.h>
Go to the source code of this file.
Classes | |
class | OpenANN::SigmaPi |
Fully connected higher-order layer. More... | |
struct | OpenANN::SigmaPi::HigherOrderUnit |
struct | OpenANN::SigmaPi::Constraint |
A helper class for specifying weight constrains in a higher-order neural network Derive a new class from this interface and simple reimplement the function call operator for the corresponding higher-order term. More... | |
Namespaces | |
OpenANN | |