docs(research): consolidate JEPA-T, NCA, VSA, Ternary, and Hybrid model documentation#539
Merged
docs(research): consolidate JEPA-T, NCA, VSA, Ternary, and Hybrid model documentation#539
Conversation
…nary, Hybrid Added comprehensive catalog documenting all model architectures: - JEPA-T (Ternary Joint Embedding Predictive Architecture) - Neural Cellular Automata (NCA) with entropy bands - VSA (Vector Symbolic Architecture) - Ternary models (balanced ternary, representation ADR) - Hybrid models (v2.0-v2.1 implementation reports) - VIBEE model specifications Updated README.md with reference to complete catalog. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
github-actions Bot
added a commit
that referenced
this pull request
Apr 24, 2026
…brid model documentation (#539) * Added docs/research/models/ to git despite .gitignore pattern * docs(research): add complete model catalog with JEPA-T, NCA, VSA, Ternary, Hybrid Added comprehensive catalog documenting all model architectures: - JEPA-T (Ternary Joint Embedding Predictive Architecture) - Neural Cellular Automata (NCA) with entropy bands - VSA (Vector Symbolic Architecture) - Ternary models (balanced ternary, representation ADR) - Hybrid models (v2.0-v2.1 implementation reports) - VIBEE model specifications Updated README.md with reference to complete catalog. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Dmitrii Vasilev <admin@t27.ai> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Model Documentation Consolidation
This PR consolidates all model-related documentation into
docs/research/models/.Summary
New Directory:
docs/research/models/Consolidated documentation covering all major model architectures used in Trinity:
JEPA-T (Ternary Joint Embedding Predictive Architecture)
Neural Cellular Automata (NCA)
VSA (Vector Symbolic Architecture)
Ternary Models
Hybrid Models
Files Added
docs/research/models/README.md— Index for all model documentationdocs/research/COMPLETE_MODEL_CATALOG.md— Complete catalog with linksdocs/research/models/JEPAT/— JEPA-T architecture, parameters, experimentsdocs/research/models/NCA/— NCA architecture, entropy bands, integrationdocs/research/models/VSA/— VSA overview, operations, APIdocs/research/models/Ternary/— Balanced ternary, representationdocs/research/models/Hybrid/— Hybrid API, v2.0-v2.1 reportsLinks to Existing Documentation
docs/lab/papers/2026-03-15-hslm-tjepa.mddocs/experiments/FOUND_EXPERIMENTS_SUMMARY.mddocs/docs/api/vsa.mddocs/docs/concepts/balanced-ternary.mddocs/docs/api/hybrid.mdCloses #536