ruvector/docs/cnn
Reuven 014bf98ea2 feat(demo): add Self-Learning tab with 6 interactive training demos
- Live Classifier: Train custom classes with labeled examples, test classification
- Few-Shot Learning: 3-class system (A/B/C) with drag-drop training
- Incremental Learning: Positive/negative examples with prototype visualization
- Feedback Learning: Track predictions and accuracy over time
- Memory Bank: View stored embeddings, export/import as JSON
- Camera Training: Train using webcam with single/auto-capture modes

All demos use real CNN embeddings (512-dim) with prototypical networks
for classification. Includes cosine similarity scoring and confidence bars.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-11 19:31:23 -04:00
..
index.html feat(demo): add Self-Learning tab with 6 interactive training demos 2026-03-11 19:31:23 -04:00
ruvector_cnn_wasm.js fix: host WASM files locally + add console debugging 2026-03-11 17:59:13 -04:00
ruvector_cnn_wasm_bg.wasm fix: host WASM files locally + add console debugging 2026-03-11 17:59:13 -04:00