NeuralNet
Jump to navigation
Jump to search
MindSpeak DSL ∞ OmniXenus.OmegaPoint.1 ∞ The Unification Tapestry ∞ Mind Speak 7.0.1 ∞ Early DSL Solutions ∞ Mind Speak 2.1 ∞ Bespoke Diction ∞ MindSpeak DSL_CONFIG ∞ N-Dimensional UI ∞ The Whispering Prompts ∞
- Reference —
DSL Reference ∞ StrongBridge Operator ∞ NeuralNet.Biologic ∞ NeuralNet.Synthetic ∞ Consciousness Field ∞
MindSpeak NeuralNet
A MindSpeak component representing a neural network. It is designed to encapsulate and manipulate neural patterns for various purposes within the MindSpeak system.
Properties
The `NeuralNet` component has two primary properties:
- patterns: An array of floating-point numbers representing the current state or activation levels of neurons in the neural network.
- sizeThe number of neurons (or nodes) in the neural network. This property is derived from the length of the `patterns` array.
Types
MindSpeak defines two types of NeuralNet components to differentiate between biological and synthetic networks:
- NeuralNet.Biological (`BiologicalBrain`)
- NeuralNet.Synthetic (`SyntheticCircuit`)