The Dual Numbers
We introduce the dual numbers, a number system that is simple to calculate with that allows us to perform automatic differentiation. For more on the dual number please see: https://win-vector.com/tag/dual-numbers/. (link)
We introduce the dual numbers, a number system that is simple to calculate with that allows us to perform automatic differentiation. For more on the dual number please see: https://win-vector.com/tag/dual-numbers/. (link)
I am sharing some rough notes (in R and Python) here on how while dot(a, b) fulfills “Mercer’s condition” (by definition!, and I’ll just informally call these beasts a “Mercer Kernel”), the seemingly harmless variations abs(dot(a, b)) relu(dot(a, b)) are not Mercer Kernels (relu(x) = max(0, x) = (abs(x) + […]
(link)
I have a new math chalk talk to share: “The Real Numbers.” Here I go into some of the terrifying true nature of our common model for continuous quantities. (link)
Sabine Hossenfelder’s excellent lecture “Is Infinity Real?” has inspired me to talk a bit about numbers. (link)
A video introduction on how to evaluate probability models using the statistical deviance. (link)
I’d like to share a brief orientation video on measure theory based probability. Measure theory is a rigorous axiomatic treatment of probability that defers on interpretation (such as frequentist interpretation, Bayesian interpretation, or even Kolmogorov/Chaitin complexity). (link)
Let’s take a stab at our first note on a topic that pre-establishing the definitions of probability model homotopy makes much easier to write. In this note we will discuss tailored probability models. There are models deliberately fit to training data that has an outcome prevalence equal to the expected […]
I am planning a new example-based series of articles using what I am calling probability model homotopy. This is a notation I am introducing to slow down and make clearer discussing how probability models perform on different populations.
Introduction I’d like to talk about the Kolmogorov Axioms of Probability as another example of revisionist history in mathematics (another example here). What is commonly quoted as the Kolmogorov Axioms of Probability is, in my opinion, a less insightful formulation than what is found in the 1956 English translation of […]