Sensor
ISensorInput unifies devices while preserving BGR frames, PCM16 blocks and text packets.
Sensory separates data capture, GPU preprocessing, recurrent computation and actuators. Cognia builds the network model at startup.
Each modality retains its own representation until it reaches a normalized GPU field.
ISensorInput unifies devices while preserving BGR frames, PCM16 blocks and text packets.
CUDA kernels normalize images, spectra and text codes while CortexOutput stays on the GPU.
NeuralGraph runs recurrent steps and top-level modules compete in GlobalWorkspace without clearing state.
SignalOutput and LiteralOutput decode declared neural regions into actuator or REST values.
Lexer and parser create the AST. Semantic analysis resolves endpoints and channels. The topology builder expands neurons and edges before NeuralGraph uploads its arrays.
.cognia → Lexer + Parser → AST
→ Semantic Analyzer
→ Topology Builder
→ CogniaSubstrate
→ GPU NeuralGraph
The server serializes calls because it serves one stateful GPU instance.
Reset dynamic state before each request for classification and repeatable measurement.
Preserve history for sequences, working memory and attention dynamics.
Clear activation and workspace state without changing weights or topology.
The full application is Windows-only, requires CUDA with MSVC and currently serves one selected network.
HTTP inference bypasses the cortex and accepts a raw sensory vector.
General deep credit assignment remains unresolved.
This is not yet a finished multi-tenant inference platform.