|
Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
|
Go to the source code of this file.
Classes | |
| struct | dnf_composer::element::AbsSigmoidFunction |
| Rational (absolute-value) sigmoid — cedar's default activation function. More... | |
| struct | dnf_composer::element::ActivationFunction |
| Abstract base for activation functions applied to a neural field. More... | |
| struct | dnf_composer::element::HeavisideFunction |
| Heaviside step function. More... | |
| struct | dnf_composer::element::SigmoidFunction |
| Logistic (exponential) sigmoid. More... | |
Namespaces | |
| namespace | dnf_composer |
| namespace | dnf_composer::element |
Enumerations | |
| enum | dnf_composer::element::ActivationFunctionType : int { dnf_composer::element::SIGMOID , dnf_composer::element::HEAVISIDE , dnf_composer::element::ABSSIGMOID } |
| Identifies the concrete activation function type. More... | |