Machine Learning Library

Models explained from first principles — assumptions, learning, weaknesses, and market relevance.

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:

  1. What problem does this model solve?
  2. What assumptions does it make?
  3. What data does it need?
  4. How does it learn?
  5. What are its strengths?
  6. What are its weaknesses?
  7. How could it apply to markets?
  8. What does the Python code look like?
  9. 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.

No matching items

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 councilthe specialist tier is now complete: every specialist, combination and consensus method the proposal names is built, verified and honestly evaluated on this site.