Welcome to my blog. Here you’ll find posts on quantitative finance, data science, and machine learning education.
We extend STES by replacing its linear component with XGBoost, then dig into why RMSE can underperform and propose a more stable end-to-end fitting algorithm.
Continuing from the previous post, we work through three examples of approximating path functionals using linear functionals of truncated signatures in increasingly less practical way to illustrate…
Previously I provided some motivations for the use of signatures.
I am starting a series on the signature method now that I have some free time on my hands over the 2025 holiday season.
In our previous post, we introduced the Vasicek model that used the Ornstein-Uhlenbeck (OU) process to model the dynamics of the short rates.
In the previous post, we built a finetuned VGG16-based model (Model 4) to detect malaria from cell images.
We continue our refresher series on the short-rate models. In the previous post, I introduced the Merton model and the Euler-Maruyama method to simulate it.
In the previous post, we replicated the Smooth Transition Exponential Smoothing (STES) model from (Taylor 2004) and (Liu, Taylor, Choo 2020).
I was honestly amazed by these results. Even the base model achieved 98% accuracy! However, accuracy isn’t everything. Let’s break down what these numbers really mean.
In the previous post of this series, we introduced the problem of Malaria detection and prepared and preprocessed our dataset.
I recently learned more about convolutional neural networks (CNNs) and how they are used to analyze images.
Let us continue our refresher series on short-rate models. We introduced the Merton short rate model in the previous post.
Welcome to my refresher series on short-rate models, dear reader! These mathematical marvels are not just academic curiosities but crucial tools in finance.
A value strategy posits that the worth of an asset tends to oscillate around a more gradual, underlying trend.
Exponential smoothing (ES) is a simple yet widely used approach to volatility forecasting in finance and economics.