summaryrefslogtreecommitdiff
path: root/doc/CNN_V2.md
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-13 11:44:41 +0100
committerskal <pascal.massimino@gmail.com>2026-02-13 11:44:41 +0100
commitc27b34279c0d1c2a8f1dbceb0e154b585b5c6916 (patch)
tree5918fbaadad369ec8213df1682919ebaf9f57b56 /doc/CNN_V2.md
parent6ca832296a74b3a3342320cf4edaa368ebc56afe (diff)
CNN v2 Web Tool: Unify layer terminology and add binary format spec
- Rename 'Static (L0)' → 'Static' (clearer, less confusing) - Update channel labels: 'R/G/B/D' → 'Ch0 (R)/Ch1 (G)/Ch2 (B)/Ch3 (D)' - Add 'Layer' prefix in weights table for consistency - Document layer indexing: Static + Layer 1,2,3... (UI) ↔ weights.layers[0,1,2...] - Add explanatory notes about 7D input and 4-of-8 channel display - Create doc/CNN_V2_BINARY_FORMAT.md with complete .bin specification - Cross-reference spec in CNN_V2.md and CNN_V2_WEB_TOOL.md Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'doc/CNN_V2.md')
-rw-r--r--doc/CNN_V2.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/CNN_V2.md b/doc/CNN_V2.md
index 09d0841..588c3db 100644
--- a/doc/CNN_V2.md
+++ b/doc/CNN_V2.md
@@ -669,6 +669,15 @@ workspaces/main/shaders/cnn_*.wgsl # Original v1 shaders
---
+## Related Documentation
+
+- `doc/CNN_V2_BINARY_FORMAT.md` - Binary weight file specification (.bin format)
+- `doc/CNN_V2_WEB_TOOL.md` - WebGPU testing tool with layer visualization
+- `doc/CNN_TEST_TOOL.md` - C++ offline validation tool (deprecated)
+- `doc/HOWTO.md` - Training and validation workflows
+
+---
+
**Document Version:** 1.0
**Last Updated:** 2026-02-12
**Status:** Design approved, ready for implementation