-
Notifications
You must be signed in to change notification settings - Fork 0
04 Continual Learning and ReCAP
Traditional machine learning models deployed in production suffer from catastrophic forgetting: adapting weights to recent volatility destroys historically learned generalized representations. TriDomainMoE solves this through the Regime-Aware Continual Adaptive Portfolio (ReCAP) architecture (src/continual/recap.py).
In ReCAP, the base parameters
When market conditions shift, adaptation is confined exclusively to an isolated modular delta policy vector
At runtime, active parameters
If a previous regime
This provides a mathematical guarantee of 0.00% catastrophic forgetting of historical base representations.
Concept drift surveillance runs on continuous M5 bars using Discrete Wavelet Transforms (DWT with Symlet wavelets sym4 across 3 decomposition levels):
Energy distributions across detail coefficients
When
When a trade settles, the outcome is stored in an episodic experience buffer:
-
Forecast Error:
$\epsilon_t = |y_t - \hat{y}_t|$ . -
Tail Anomaly: If
$\epsilon_t \ge 3\sigma$ , the episode is tagged for counterfactual reflection.
To understand which domain expert contributed to or harmed the prediction, first-order Taylor expansions compute the counterfactual loss:
-
$\mathcal{C}_i > 0$ : Expert$i$ reduced prediction error (positive credit awarded). -
$\mathcal{C}_i < 0$ : Expert$i$ increased error; router weights for this expert are dampened during the next ReCAP synthesis cycle.
On real streaming market data, ReCAP adaptation demonstrated measurable quantifiable gains:
| Metric | Pre-Adaptation | Post-ReCAP Adaptation | Performance Lift |
|---|---|---|---|
| Mean Absolute Error (MAE) | 0.0038 | 0.0031 | -17.54% Error Reduction |
| Directional Hit Rate | 58.20% | 62.43% | +4.23% Win Rate Lift |
| Catastrophic Forgetting | 0.00% | 0.00% | Mathematically Guaranteed |
TriDomainMoE: Institutional Multi-Domain Mixture of Experts
Official Web Portal β’ GitHub Source β’ Hugging Face Model Hub
Cryptocurrency Research Grants (USDT TRC20): TC8TFkemSFGEeBPF5ZQKbmjK97FVEGwrwc
- Home
- 01 Architecture & Foundations
- 02 Feature Engineering Pipeline
- 03 Execution & MT5 Bridge
- 04 Continual ReCAP Adaptation
- 05 Verified 1-Year Benchmark
- 06 Live Trading & Deployment
- 07 Hugging Face Model Zoo
- Asset: USDT (Tether)
- Network: TRON (TRC20)
-
Address:
TC8TFkemSFGEeBPF5ZQKbmjK97FVEGwrwc