Skip to content

Enum: SymbolicApproach

The symbolic vs subsymbolic axis used in Clause 5.9 to classify AI reasoning techniques.

URI: iso22989:SymbolicApproach

Permissible Values

Value Meaning Description
symbolic None Approaches that manipulate explicit symbolic representations (rules, logic, k...
subsymbolic None Approaches that operate on distributed numeric representations (neural networ...
hybrid None Approaches that combine symbolic and subsymbolic techniques (neuro-symbolic A...

Slots

Name Description
symbolic_approach Predominant symbolic vs subsymbolic approach used by the system

In Subsets

Identifier and Mapping Information

Schema Source

LinkML Source

name: SymbolicApproach
description: The symbolic vs subsymbolic axis used in Clause 5.9 to classify AI reasoning
  techniques.
in_subset:
- ai_concepts
from_schema: https://w3id.org/lmodel/iso22989
rank: 1000
permissible_values:
  symbolic:
    text: symbolic
    description: Approaches that manipulate explicit symbolic representations (rules,
      logic, knowledge graphs).
  subsymbolic:
    text: subsymbolic
    description: Approaches that operate on distributed numeric representations (neural
      networks, statistical models).
  hybrid:
    text: hybrid
    description: Approaches that combine symbolic and subsymbolic techniques (neuro-symbolic
      AI).