How the AI is trained

Not a Black Box

Every deployed model goes through the same six-stage pipeline — dozens of candidates trained, only the validated survivors ever get combined into what runs on your account.

01

Classical Machine Learning

Independent baseline models, each trained, validated, and ranked on their own before anything gets combined.

Logistic RegressionRandom ForestExtra TreesXGBoostLightGBMCatBoostHistGradientBoostingSVMKNNNaive Bayes
02

Deep Learning

Sequence and pattern models trained on the same data, covering recurrent, convolutional, and transformer-family architectures.

LSTMGRUBiLSTMCNNCNN+LSTMTCNTransformerTFTPatchTSTN-BEATSN-HiTSTimesNetTimeMixerFT-TransformerMambaAutoEncoder
03

Reinforcement Learning

Trained after supervised learning, optimizing directly for trading outcomes — not just prediction accuracy.

DQNDouble DQNDueling DQNPPOPPO-LSTMSACTD3A2C

Reward shaped from profit, risk, drawdown, holding cost, and transaction cost — not raw price prediction.

04

Hyperparameter Optimization

Every model above is tuned, not left at defaults.

OptunaBayesian OptimizationRandom SearchGrid Search
05

Validation

Training accuracy is never trusted on its own — every model has to survive testing designed to break it.

Walk-ForwardRolling WindowOut-of-SampleMonte CarloBootstrapStress Test
06

Ensemble AI

Only models that survive validation get combined. Weak models are rejected outright, not averaged in.

Majority VotingWeighted VotingConfidence VotingStackingMeta-Learner
We don't publish model weights or exact configurations — that's the product. What we do publish is the process, and the live proof account so results speak for themselves.