Skip to main content

Module neural

Module neural 

Source
Expand description

Neural Network Primitives for AetherShell

Provides lightweight neural network building blocks for in-shell learning, particularly useful for evolving multi-agent communication protocols and consensus mechanisms.

Structs§

AttentionLayer
Attention mechanism for agent communication
ConsensusNetwork
Consensus network for distributed decision making
DenseLayer
A dense (fully connected) layer
MessageCodec
Message encoder/decoder for agent communication
NetworkRegistry
Registry for managing neural networks in the shell
NeuralNetwork
A complete neural network
RNNCell
A recurrent neural network cell (simple RNN)

Enums§

Activation
Activation functions for neural network layers

Functions§

seed_rng