mirror of
https://github.com/ruvnet/RuView
synced 2026-06-20 12:03:19 +00:00
3b4e151507
- Replace DTW with CNN on CSI spectrograms via ruvector-cnn WASM - Pipeline: CSI → STFT → 64x64 spectrogram → CnnEmbedder → 128-dim → classifier - Two-phase training: InfoNCE contrastive + supervised classification - Dual-path fusion: DTW + CNN in parallel for max robustness - Comparison table: CNN ~95% vs DTW ~85% accuracy (literature) - Fallback: lightweight 1D CNN for ESP32 edge deployment Co-Authored-By: claude-flow <ruv@ruv.net>