Инсайты и новости

Блог

Глубокое погружение в AI-трейдинг, анализ рынка и будущее DeFi.

Смотреть подборки →
Фильтр по тегам:
August 11, 2026
#model-compression

Knowledge 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.

#model-compression#distillation#latency
Читать статью →
August 10, 2026
#causal-inference

The Other Way a Regression Lies: Endogeneity, 2SLS, and the Gamma Calibration Problem

Selection bias in the search is not the only way a regression fools you. When the regressor is correlated with the error, more data makes the estimate more confidently wrong. Instrumental variables applied to the one endogeneity problem this blog has already left open: permanent impact from net taker flow.

#causal-inference#instrumental-variables#2SLS
Читать статью →
August 6, 2026
#bayesian

Гауссовы процессы для непараметрического моделирования цен

Разработка ядра для финансовых временных рядов — шероховатость Матерна, локально-периодический состав, спектральные смеси — и предельное правдоподобие в качестве регуляризатора, не требующего набора проверки. Плюс честный список того, что еще нужно измерить, прежде чем что-либо из этого станет предметом торговли.

#bayesian#gaussian-process#kernel
Читать статью →
August 5, 2026
#deep-learning

Нейронный оператор Фурье для финансового моделирования на основе PDE

Обучение операторов отображает целые функциональные пространства, а не точки — как нейронный оператор Фурье параметризует оператор решения PDE в частотном пространстве, что это дает для ценообразования опционов и какие из его утверждений все еще требуют измерения на реальном оборудовании.

#deep-learning#FNO#PDE
Читать статью →