-
Notifications
You must be signed in to change notification settings - Fork 47
SoftwareUKS
DavidFreely edited this page Nov 12, 2025
·
11 revisions
Universal Knowledge Store (UKS)
Basically a ConceptGraph. Additionally possesses a set of SoftwareModules (ConceptAgent) for extra functionality and usability.
The UKS is an abstraction layer: Implements the functionality of a Graph without building every ConceptGraphEdge or ConceptGraphNode from a SoftwareNeuron, but from SoftwareUKSThing and SoftwareUKSRelationship, which are ConceptCorticalColoumns internally neuronally.
Chapter 11 explains how classic graph structures can be implemented in neurons (the genesis of the Modules).
Chapter 12 then demonstrates how the UKS can be used with sample applications:
- learning words associated with visual input
- navigating mazes.
- Source: Brain Simulator II _ The Guide - Charles Simon
- Chapter: Chapter 11: The Universal Knowledge Store