Expand description
Comprehensive comparison framework for proving performance claims
This module provides undeniable proof by comparing:
- Traditional PyTorch-style implementation
- NumPy-style implementation
- Standard Rust neural network
- Our temporal neural solver
All implementations use IDENTICAL architecture: 128 -> 32 -> 4
Structs§
- Benchmark
Stats - Statistical results for proper comparison
- Comparison
Benchmark - Complete comparison suite
Functions§
- validate_
accuracy - Accuracy validation to prove correctness