Daniel Ari Friedman a61f13a26f Updates
2025-02-07 11:08:25 -08:00

74 строки
2.5 KiB
Markdown

---
title: Knowledge Base Index
type: index
status: stable
created: 2024-02-07
tags:
- index
- knowledge
- organization
semantic_relations:
- type: organizes
links:
- [[mathematics]]
- [[cognitive]]
- [[systems]]
- [[agents]]
---
# Cognitive Modeling Knowledge Base
## Core Domains
### Mathematics
- [[mathematics/probability_theory|Probability Theory]]
- [[mathematics/information_theory|Information Theory]]
- [[mathematics/variational_methods|Variational Methods]]
- [[mathematics/free_energy_theory|Free Energy Theory]]
- [[mathematics/active_inference_theory|Active Inference Theory]]
### Cognitive Science
- [[cognitive/cognitive_science|Cognitive Science Overview]]
- [[cognitive/predictive_processing|Predictive Processing]]
- [[cognitive/active_inference|Active Inference]]
- [[cognitive/free_energy_principle|Free Energy Principle]]
- [[cognitive/cognitive_phenomena|Cognitive Phenomena]]
### Systems Theory
- [[systems/systems_theory|Systems Theory]]
- [[cognitive/complex_systems_biology|Complex Systems Biology]]
- [[cognitive/emergence_self_organization|Emergence and Self-Organization]]
### Agent Architectures
- [[agents/GenericPOMDP/README|Generic POMDP Framework]]
- [[agents/Continuous_Time/README|Continuous Time Agents]]
## Cross-Domain Relationships
### Mathematical Foundations → Cognitive Processes
- [[mathematics/probability_theory]] → [[cognitive/bayesian_brain]]
- [[mathematics/free_energy_theory]] → [[cognitive/free_energy_principle]]
- [[mathematics/information_theory]] → [[cognitive/information_processing]]
### Cognitive Processes → Agent Implementations
- [[cognitive/active_inference]] → [[agents/GenericPOMDP/active_inference_agent]]
- [[cognitive/predictive_processing]] → [[agents/Continuous_Time/predictive_agent]]
### Systems → Cognitive Emergence
- [[systems/systems_theory]] → [[cognitive/emergence_self_organization]]
- [[cognitive/complex_systems_biology]] → [[cognitive/collective_behavior]]
## Implementation Examples
- [[examples/active_inference_basic|Basic Active Inference]]
- [[examples/pomdp_agent|POMDP Agent Example]]
- [[examples/continuous_time|Continuous Time Example]]
## Research Areas
- [[research/active_inference_applications]]
- [[research/cognitive_architectures]]
- [[research/agent_learning]]
## Related Documentation
- [[docs/guides/implementation_guides|Implementation Guides]]
- [[docs/api/api_documentation|API Documentation]]
- [[docs/concepts/cognitive_modeling_concepts|Core Concepts]]