Skip to content

Latest commit

 

History

History
78 lines (50 loc) · 4.86 KB

File metadata and controls

78 lines (50 loc) · 4.86 KB

GNN Generalized Notation Notation — START HERE

Welcome to the Generalized Notation Notation (GNN) documentation hub!

The doc/ directory is vast, encompassing a 25-step script pipeline, theoretical foundations, deep-dive implementation guides, cognitive phenomena models, and integrations across 7 computational frameworks.

This document serves as your Master Table of Contents, helping you quickly locate exactly what you need.


🧭 Entry Points by Audience

If you are a...


🗺️ Master Directory Map

Here is how the doc/ directory is organized at a high level. Use these links to jump directly to specific domain areas.

1. The Core GNN Directory (doc/gnn/)

The doc/gnn/ subdirectory contains the immediate specifications, guides, and internal workings of the GNN modeling language itself. Start at the GNN README.

2. Pipeline Execution & Troubleshooting

Documents explaining how to run, scale, and fix the processing pipeline.

3. Computional Framework Integrations

Deep-dive implementations for how GNN translates to executable code in specific libraries.

4. Advanced Tooling & UI

5. Research & Domain Applications


💡 Top Recommended Reads

If you only read three documents in this entire repository, read these:

  1. GNN Syntax Reference: Master the domain-specific markdown to write expressive models.
  2. Pipeline Orchestrator: Understand how src/main.py processes your text file through 25 distinct scientific steps.
  3. GNN Implementations: Explore how those 25 steps ultimately produce real Python/Julia files that evaluate mathematically rigorous Active Inference simulations.

Welcome to GNN.