见解与新闻

博客

深入探讨人工智能交易、市场分析和 DeFi 的未来。

Browse collections →
Filter by tag:
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 9, 2026
#microstructure

Hawkes Processes for Order Arrival and Market Event Modeling

Fitting a self-exciting point process to real crypto trade tape: where the three numbers (mu, alpha, beta) come from, how to estimate the branching ratio n, whether the exponential kernel survives a goodness-of-fit test, and how much n moves when you change the estimation window.

#microstructure#Hawkes-process#point-process
阅读文章 →
August 6, 2026
#bayesian

非参数价格建模的高斯过程

金融时间序列的核设计——母体粗糙度、局部周期成分、光谱混合——以及作为不需要验证集的正则化器的边际似然。加上在任何东西可以交易之前仍然需要衡量的诚实清单。

#bayesian#gaussian-process#kernel
阅读文章 →