tags: - green-ai - edge-computing - c++ - spectral-graph-theory - ramanujan-graphs - topological-deep-learning license: other
β‘ Ramanujan Spectral Reservoir (RSR)
"Intelligence is not about weight adjustment, but optimal topology."
This repository hosts the reference implementation and benchmarks for the Ramanujan Spectral Reservoir, a topological AI architecture that replaces Backpropagation with closed-form solutions on spectral expander graphs.
π Key Benchmarks
We achieved hard real-time performance on commodity hardware by eliminating iterative training in hidden layers:
| Device | Metric | Result | Speedup vs MLP |
|---|---|---|---|
| Legacy CPU (i5-4570, 4th Gen) | Inference Time | ~287x Faster | 287x |
| Mobile (Android ARM64) | Latency | < 0.6 ms | >100x |
| Throughput | FPS | 1600+ inf/sec | N/A |
π The Paper
Ramanujan Spectral Reservoir (RSR)
π§ How it Works
- Project: Input data is projected onto a fixed Ramanujan Graph ($d$-regular spectral expander).
- Diffuse: Information propagates via spectral diffusion (mixing time is optimal).
- Solve: The readout layer is computed analytically (Closed-Form) using Ridge Regression.
- Result: Deterministic, Green AI that runs on bare metal C++.
π» Code Availability
The C++ kernel for Android and the Python reference implementation are available on ZENODO
Developed by AndrΓ©s SebastiΓ‘n Pirolo. Contact: andrespirolo@gmail.com
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support