Machine Learning Library
Machine-learning models explained from first principles. The point of this section is to show that I understand model logic, not just how to call a library function — and, as in the Equation Library, to test each model honestly against real Nasdaq-100 data rather than take its reputation on trust.
Every model page answers the same nine questions:
- What problem does this model solve?
- What assumptions does it make?
- What data does it need?
- How does it learn?
- What are its strengths?
- What are its weaknesses?
- How could it apply to markets?
- What does the Python code look like?
- How would I explain it to a supervisor?
Published models
Added one at a time, to the standard above. The roadmap below is the plan.
Supervised Liquidity-Stress Modelling
Bayesian Hypothesis Reconciliation — the Consensus Engine
CUSUM & Concept-Drift Detection
Contextual Bandits — Conditional Reliability, Learned
Cross-Asset Dependence — DCC, Factor Structure & Networks
EGARCH, GJR & HAR-RV — Asymmetric and Realized Volatility
Liquidity-Stress Anomaly Detection
Online Expert Weighting (Prediction with Expert Advice)
The Kalman Filter & State-Space Models
The Strategy-Suitability Council
Ensemble Methods & Model Combination
Bayesian Change-Point Detection
Market Microstructure & Execution Modelling
Markov Decision Processes & Bellman Equations
Markov-Switching Regression
Multi-Agent Systems & Credit Assignment
Policy Gradients & Actor-Critic
Probability Calibration & Conformal Prediction
Proximal Policy Optimisation (PPO)
Q-Learning & Deep Q-Networks
Risk-Sensitive & Constrained RL
Avoiding Data Leakage
Backpropagation as an Algorithm
Convolutional Neural Networks
Embeddings
Feature Engineering for Returns
Gaussian Mixture Models
K-Means Clustering
Long Short-Term Memory (LSTM)
Model Explainability
Neural Networks
Overfitting in Trading Systems
Principal Component Analysis
Regime-Aware Modelling
SHAP Values
Time-Series Cross-Validation
Transformers
Walk-Forward Validation
XGBoost (Gradient Boosting)
The roadmap
Foundation models
Linear regression · logistic regression · decision trees · random forests · XGBoost · LightGBM · support vector machines · K-means clustering · Principal Component Analysis · Gaussian Mixture Models.
Deep learning
Neural networks · activation functions · backpropagation · CNNs · RNNs · LSTMs · transformers · attention · embeddings.
Quant-specific machine learning
Feature engineering for returns · walk-forward validation · time-series cross-validation · avoiding data leakage · overfitting in trading systems · model explainability · SHAP values · regime-aware modelling.
Decision systems & reinforcement learning — the PhD tier
Markov decision processes & Bellman equations · Q-learning & deep Q-networks · policy gradients & actor-critic · proximal policy optimisation (PPO) · risk-sensitive & constrained RL · Bayesian change-point detection · Markov-switching regression · probability calibration & conformal prediction · multi-agent systems & credit assignment · market microstructure & execution modelling.
This tier builds the methodological foundations of my PhD research proposal — now complete, every entry to the same verified standard as everything above.
Market-state specialist methods — the proposal build tier
The updated Adaptive Market Intelligence proposal adds an econometrics-heavier specialist and combination layer, built out here one entry at a time to the same verified standard: ensemble methods & model combination, online expert weighting, state-space & Kalman filtering, EGARCH, GJR & HAR-RV, cross-asset dependence (DCC), CUSUM & concept-drift detection, Bayesian hypothesis reconciliation, liquidity-stress anomaly detection, supervised liquidity-stress modelling, contextual bandits and the strategy-suitability council — the specialist tier is now complete: every specialist, combination and consensus method the proposal names is built, verified and honestly evaluated on this site.