Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
activation_function.h File Reference
#include <string>
#include "tools/logger.h"
#include "tools/math.h"
Include dependency graph for activation_function.h:
This graph shows which files directly or indirectly include this file:

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...