Modern ML for Trading
The full gradient-boosting-to-neural-operator toolkit — ensembles, AutoML, probabilistic forecasting, distillation and pruning for latency, plus physics-informed architectures like Neural ODEs and Fourier operators.
- 01
Aug 25, 2026 #machine-learningリターン方向予測の XGBoost:クラス不均衡と決定しきい値
リターン方向分類器は不均衡な問題であり、0.5 は正しい決定しきい値ではありません。暗号資産データで scale_pos_weight、焦点損失、精度制約付きしきい値最適化を比較し、XGBoost、LightGBM、CatBoost のエンジニアリング上の違いも説明します。
- 02
Aug 3, 2026 #machine-learningアンサンブル手法: 弱い学習器を組み合わせて堅牢なアルファを実現する
アンサンブル取引に関するこのブログで取り上げていない 3 つのこと: モデル数ではなく共分散項がアンサンブル誤差の大半を占める理由、フォールド外のメタ特徴を備えたシグナル組み合わせレイヤーとしてスタッキングがどのように機能するか、多くのシグナルにわたるターンオーバーネッティングが実際に実行コストを削減するかどうかです。
- 03
Jul 30, 2026 #AutoMLシステマティック取引パイプラインのための AutoML
自動特徴量生成(tsfresh、Featuretools)、予算を考慮したモデル探索(FLAML のコスト節約オプティマイザ)、そして WorldQuant の数式アルファ・ファクトリー——このブログの探索と過学習の連載で扱ってこなかった研究パイプラインの要素と、連載自身の結果が示すこと。
- 04
Aug 15, 2026 #deep-learningMulti-Task Learning for Simultaneous Price, Volume, and Volatility Prediction
Does jointly predicting return, volume, and volatility actually help? Measuring loss-balancing schemes and diagnosing negative transfer through gradient cosine similarity — with a classical baseline and purged walk-forward folds.
- 05
Feb 19, 2026 #algo tradingトレーディングボット保護のための異常検知:Z-ScoreからTransformerまで
暗号資産アルゴトレーディングで実際に機能する異常検知手法、カスケード型保護アーキテクチャの構築方法、そしてなぜこれがアルゴトレーディングをギャンブルにしないための基盤なのか。
- 06
Aug 20, 2026 #forecasting確率予測のスコアリング:CRPS、PIT キャリブレーション、DeepAR
予測分布を正直に評価する方法——適正スコアリングルールとしての CRPS、キャリブレーション診断としての PIT ヒストグラム、そして GluonTS における DeepAR サンプリング。
- 07
Aug 22, 2026 #HFTIrregular Time in Tick Models: Continuous-Time Encodings vs. Plain Positional Embeddings
Sequence models fed tick data still assume regular spacing. Three ways to tell a Transformer when a tick actually happened — learnable-timescale continuous encoding, ODE-RNN latent state, and delta_t as a plain feature — and the ablation that decides between them.
- 08
Aug 4, 2026 #deep-learning1 日のコンテキストは 10 分間のコンテキストに勝りますか?フラッシュ アテンションとシーケンス長の問題
Flash アテンションは、タイリング、オンライン ソフトマックス、N^2 d^2 / M の IO 境界など、23,400 ステップの取引コンテキストを計算的に自由にします。コンテキストが長くなるとモデルがより良くなるかどうかは別の問題であり、それは主張するのではなく測定する必要があります。
- 09
Aug 11, 2026 #model-compressionKnowledge Distillation: Compressing Trading Models for Low-Latency Deployment
The blog's standing answer to the accuracy-vs-latency tension is a two-stage fast/slow split. Distillation is a different answer: train one small model to mimic the ensemble. The KD loss, temperature, born-again nets, early exits for a variable latency budget, and the distill-to-FPGA pipeline — plus the measurements that would decide whether it beats the two-stage split.
- 10
Aug 14, 2026 #model-compressionModel Pruning for Low-Latency Trading Inference
Magnitude and structured pruning, the Lottery Ticket Hypothesis, movement pruning, distillation and 2:4 sparsity — the methods behind shrinking a trading model, and what still has to be measured before any of it ships.
- 11
Aug 6, 2026 #bayesianノンパラメトリック価格モデリングのためのガウス過程
財務時系列のカーネル設計 - マザーン粗さ、局所的な周期的組成、スペクトル混合 - および検証セットを必要としない正則化器としての周辺尤度。さらに、取引可能になる前にまだ測定する必要があるものの正直なリストも含まれています。
- 12
Jul 31, 2026 #bayesianエピステミックとアレアトーリク:リターンモデルが「知らないこと」を測る
このブログのすべてのサイジングルールは不確実性を単一のスカラーとして扱ってきた。MCドロップアウトとディープアンサンブルはこれをモデルの無知と市場ノイズに分割する——そしてその2つには異なるポジションサイズが求められる。
- 13
Aug 16, 2026 #deep-learningNeural ODEs: Does Continuous Time Beat a Delta-Time Feature?
Neural ODEs, Neural SDEs and continuous normalizing flows for irregularly-sampled market data — and the one ablation that decides whether continuous dynamics are worth their solver cost.
- 14
Aug 8, 2026 #deep-learningHamiltonian Neural Networks: Does a Financial System Conserve Anything?
Hamiltonian Neural Networks are provably stable — but stability is worthless if the conserved quantity does not exist. Learning a scalar H via autograd, symplectic integration, and the falsification test that decides whether a financial (q, p) pair is canonical at all.
- 15
Aug 5, 2026 #deep-learningPDE ベースの財務モデリング用のフーリエ ニューラル演算子
演算子の学習は、点ではなく関数空間全体をマップします。フーリエニューラル演算子が周波数空間で偏微分方程式解演算子をどのようにパラメータ化するか、オプション価格設定のために何を購入するか、実際のハードウェアでの測定がまだ必要なクレームはどれかを示します。