May 20, 2026
GLMs for P&C Insurance Pricing: A Practical Guide with Python
How actuaries use Poisson and Gamma GLMs to model claim frequency and severity, combine them into a pure premium, and build a rate relativity tariff — with a full Python implementation.
Read the tutorial
February 21, 2026
Retrieval-Augmented Generation (RAG): From First Principles to Production Systems
A complete guide to RAG: why pure LLMs fail, how retrieval + generation work together, embeddings, vector search, chunking strategies, and production architecture.
Read the tutorial
September 28, 2025
Support Vector Machines: Understanding the Math Behind SVM
Support Vector Machines (SVMs) are one of those algorithms every data scientist hears about early on. Once you understand "maximize the margin" and the idea...
Read the tutorial