Insights & News

Blog

Inmersiones profundas en el trading con IA, análisis de mercado y el futuro de 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
Leer artículo →
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
Leer artículo →
August 6, 2026
#bayesian

Procesos gaussianos para modelado de precios no paramétrico

Diseño de kernel para series de tiempo financieras (rugosidad materna, composición periódica local, mezclas espectrales) y la probabilidad marginal como regularizador que no necesita conjunto de validación. Además de la lista honesta de lo que aún debe medirse antes de que algo sea comercializable.

#bayesian#gaussian-process#kernel
Leer artículo →