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
neural_field.h File Reference
#include "element.h"
#include "activation_function.h"
#include "simulation/simulation.h"
#include "elements/kernel.h"
Include dependency graph for neural_field.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dnf_composer::element::NeuralField
 Continuous attractor neural field — the core DFT building block. More...
 
struct  dnf_composer::element::NeuralFieldBump
 Describes a single activation bump (peak) in a neural field. More...
 
struct  dnf_composer::element::NeuralFieldParameters
 Parameters that govern a NeuralField's dynamics. More...
 
struct  dnf_composer::element::NeuralFieldState
 Snapshot of a neural field's observable state. More...
 

Namespaces

namespace  dnf_composer
 
namespace  dnf_composer::element