зеркало из
https://github.com/docxology/cognitive.git
synced 2025-10-30 04:36:05 +02:00
66 строки
2.4 KiB
Markdown
66 строки
2.4 KiB
Markdown
# Cognitive Modeling Concepts
|
|
|
|
---
|
|
title: Cognitive Modeling Concepts
|
|
type: index
|
|
status: stable
|
|
created: 2024-02-06
|
|
tags:
|
|
- concepts
|
|
- documentation
|
|
- cognitive_modeling
|
|
semantic_relations:
|
|
- type: implements
|
|
links: [[knowledge_organization]]
|
|
- type: relates
|
|
links:
|
|
- [[../guides/ai_documentation_style]]
|
|
- [[../guides/content_management]]
|
|
---
|
|
|
|
## Overview
|
|
This directory contains foundational concepts and theoretical documentation for the cognitive modeling system. While the [[knowledge_base/cognitive/cognitive_phenomena|knowledge base]] contains the comprehensive cognitive science theory, this directory focuses on the implementation and documentation aspects of these concepts.
|
|
|
|
## Core Concepts
|
|
|
|
### Theoretical Foundations
|
|
- [[knowledge_base/cognitive/free_energy_principle|Free Energy Principle]] - Core theoretical foundation
|
|
- [[knowledge_base/cognitive/active_inference|Active Inference]] - Computational framework
|
|
- [[knowledge_base/cognitive/predictive_processing|Predictive Processing]] - Information processing model
|
|
- [[knowledge_base/cognitive/cognitive_phenomena|Cognitive Phenomena]] - Comprehensive phenomena catalog
|
|
|
|
### Implementation Concepts
|
|
- [[model_architecture]] - System architecture overview
|
|
- [[belief_updating]] - Belief update mechanisms
|
|
- [[action_selection]] - Action selection processes
|
|
|
|
### Documentation Framework
|
|
- [[plain_text_benefits]] - Benefits of plain text documentation
|
|
- [[machine_readability]] - Machine processing and automation
|
|
- [[research_education]] - Research and educational applications
|
|
|
|
## Knowledge Organization
|
|
|
|
### Documentation Structure
|
|
- [[knowledge_organization]] - Knowledge base organization
|
|
- [[documentation_standards]] - Documentation guidelines
|
|
- [[linking_patterns]] - Documentation linking patterns
|
|
|
|
### Version Control
|
|
- [[git_workflow]] - Git-based version control
|
|
- [[collaboration_patterns]] - Team collaboration
|
|
- [[change_management]] - Managing system changes
|
|
|
|
### Machine Learning
|
|
- [[model_training]] - Training procedures
|
|
- [[transfer_learning]] - Knowledge transfer
|
|
- [[model_evaluation]] - Evaluation methods
|
|
|
|
## Related Sections
|
|
- [[../guides/implementation_guides|Implementation Guides]]
|
|
- [[../api/api_documentation|API Documentation]]
|
|
- [[../examples/usage_examples|Usage Examples]]
|
|
- [[knowledge_base/cognitive/cognitive_science|Cognitive Science Knowledge Base]]
|
|
|
|
## Contributing
|
|
See [[../templates/concept_template|Concept Template]] for creating new concept documentation. |