Update model card to ZenBrain v6 (record 19481262)
Browse files
README.md
CHANGED
|
@@ -30,9 +30,9 @@ pipeline_tag: text-generation
|
|
| 30 |
|
| 31 |
ZenBrain is a 7-layer neuroscience-inspired memory architecture for autonomous AI systems. It bridges the gap between biological memory principles and practical AI system design, delivering measurable performance improvements across long-context recall, memory stability, and knowledge retrieval tasks.
|
| 32 |
|
| 33 |
-
**Paper:** [ZenBrain
|
| 34 |
|
| 35 |
-
## Key Results (
|
| 36 |
|
| 37 |
| Experiment | Metric | Result |
|
| 38 |
|------------|--------|--------|
|
|
@@ -43,8 +43,11 @@ ZenBrain is a 7-layer neuroscience-inspired memory architecture for autonomous A
|
|
| 43 |
| Exp 5 β Hebbian Retrieval | Precision@5 | **0.955** |
|
| 44 |
| Exp 6 β Bayesian Confidence | Confidence AUC | **0.797** (+49.5% vs. 0.533) |
|
| 45 |
| Exp 7 β MemoryArena | Retrieval accuracy | **+19.5%** vs. Flat Store |
|
|
|
|
|
|
|
|
|
|
| 46 |
|
| 47 |
-
>
|
| 48 |
|
| 49 |
## Architecture: 7 Memory Layers
|
| 50 |
|
|
@@ -106,8 +109,8 @@ const results = await memory.recall('Hebbian learning', { topK: 5 });
|
|
| 106 |
|
| 107 |
## Links
|
| 108 |
|
| 109 |
-
- **Paper (
|
| 110 |
-
- **PDF:** https://zenodo.org/records/
|
| 111 |
- **GitHub:** https://github.com/zensation-ai/zenbrain
|
| 112 |
- **Website:** https://zensation.ai/technologie
|
| 113 |
- **npm:** https://www.npmjs.com/package/@zensation/algorithms
|
|
@@ -120,11 +123,11 @@ const results = await memory.recall('Hebbian learning', { topK: 5 });
|
|
| 120 |
author = {Bering, Alexander},
|
| 121 |
year = {2026},
|
| 122 |
doi = {10.5281/zenodo.19353663},
|
| 123 |
-
url = {https://zenodo.org/records/
|
| 124 |
note = {Zenodo Preprint}
|
| 125 |
}
|
| 126 |
```
|
| 127 |
|
| 128 |
## License
|
| 129 |
|
| 130 |
-
Apache 2.0 β see [LICENSE](https://github.com/zensation-ai/zenbrain/blob/main/LICENSE)
|
|
|
|
| 30 |
|
| 31 |
ZenBrain is a 7-layer neuroscience-inspired memory architecture for autonomous AI systems. It bridges the gap between biological memory principles and practical AI system design, delivering measurable performance improvements across long-context recall, memory stability, and knowledge retrieval tasks.
|
| 32 |
|
| 33 |
+
**Paper:** [ZenBrain v6 (Zenodo)](https://zenodo.org/records/19481262) | DOI: `10.5281/zenodo.19353663`
|
| 34 |
|
| 35 |
+
## Key Results (10 Experiments)
|
| 36 |
|
| 37 |
| Experiment | Metric | Result |
|
| 38 |
|------------|--------|--------|
|
|
|
|
| 43 |
| Exp 5 β Hebbian Retrieval | Precision@5 | **0.955** |
|
| 44 |
| Exp 6 β Bayesian Confidence | Confidence AUC | **0.797** (+49.5% vs. 0.533) |
|
| 45 |
| Exp 7 β MemoryArena | Retrieval accuracy | **+19.5%** vs. Flat Store |
|
| 46 |
+
| Exp 8 β Moderate Ablation | 15-algorithm suite | Cooperative redundancy (no single removal matters) |
|
| 47 |
+
| Exp 9 β Challenging Ablation | 15-algorithm suite | **7 of 15** algorithms individually significant |
|
| 48 |
+
| Exp 10 β Stress Ablation | 15-algorithm suite | **9 of 15** algorithms individually critical |
|
| 49 |
|
| 50 |
+
> The full 15-algorithm ablation reveals a cooperative survival network with a measurable gradient across three difficulty levels. Sleep consolidation acts as a **1.92x multiplier**. 95 reproducible tests across 4 experiment suites, all with Mulberry32 seeded PRNG (10 seeds).
|
| 51 |
|
| 52 |
## Architecture: 7 Memory Layers
|
| 53 |
|
|
|
|
| 109 |
|
| 110 |
## Links
|
| 111 |
|
| 112 |
+
- **Paper (v6):** https://zenodo.org/records/19481262
|
| 113 |
+
- **PDF:** https://zenodo.org/records/19481262/files/zenbrain-v6.pdf
|
| 114 |
- **GitHub:** https://github.com/zensation-ai/zenbrain
|
| 115 |
- **Website:** https://zensation.ai/technologie
|
| 116 |
- **npm:** https://www.npmjs.com/package/@zensation/algorithms
|
|
|
|
| 123 |
author = {Bering, Alexander},
|
| 124 |
year = {2026},
|
| 125 |
doi = {10.5281/zenodo.19353663},
|
| 126 |
+
url = {https://zenodo.org/records/19481262},
|
| 127 |
note = {Zenodo Preprint}
|
| 128 |
}
|
| 129 |
```
|
| 130 |
|
| 131 |
## License
|
| 132 |
|
| 133 |
+
Apache 2.0 β see [LICENSE](https://github.com/zensation-ai/zenbrain/blob/main/LICENSE)
|