DateSep 18, 2019
Categories
The seven rules of a great Git commit message by Chris Beam.
What is “learning” and do we have a formal model for it? I’ve decided to dive into the theoretical underpinnings of machine-learning, so here’s a quick introduction to...
Signals allows us to send messages to running processes. For instance, you probably already know SIGINT (ctrl+c) to stop a process. Here's how to catch and handle signals in python.
You can create auto-completion rules to use with your scripts and customize bash completion to boost your productivity.
In this article, we define underfitting and overfitting and show some nice ways to vizualize them on polynomial regressions.
In this article we will derive the normal distribution as the probability distribution that models measurement errors. We start with a dart game and follow Herschel’s derivation.
In a previous article I showed that the inference rules of propositional logic can be obtained from probability calculus. But actually, we can obtain much more, and even...
In this article, I will apply the rules of probability calculus to derive the rules of propositional logic (also called propositional calculus).
The aim of this article is to illustrate what are probability theory and statistical inference in simple terms using a simple to understand problem: drawing colored balls from an urn.
This article sketches a construction of probability calculus as an extension of classical logic to account for uncertainty so that by construction, it can be used to automate...