ruqu-qear
Quantum Echo-Attention Reservoir (QEAR) - Combining quantum reservoir computing with attention mechanisms for time series processing.
Part of the ruQu quantum computing suite by ruv.io.
Features
- Quantum Reservoir - High-dimensional quantum state space for temporal processing
- Echo State Networks - Recurrent dynamics with spectral radius control
- Attention Mechanism - Self-attention over reservoir states
- Time Series Forecasting - Multi-step ahead prediction
- Anomaly Detection - Deviation scoring from learned dynamics
Installation
[]
= "0.1"
Quick Start
use ;
let config = ReservoirConfig ;
let mut reservoir = new?;
// Train on time series
reservoir.fit?;
// Predict future values
let predictions = reservoir.predict?; // 10 steps ahead
License
MIT License - see LICENSE