• Articles
  • Technical Blog
  • Maths
  • How to write a git commit message

    DateSep 18, 2019
    Categories
    • Technical blog
    Tags
    • Bash
    • Tutorials

    The seven rules of a great Git commit message by Chris Beam.

    • Read More
  • Introduction to PAC Learning

    DateFeb 18, 2019
    Categories
    • Maths
    Tags
    • Machine learning

    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...

    • Read More
  • How to hangle signals in python?

    DateDec 27, 2018
    Categories
    • Technical blog
    Tags
    • Python
    • Tutorials

    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.

    • Read More
  • Faster workflow with bash completion scripts

    DateDec 07, 2018
    Categories
    • Technical blog
    Tags
    • Bash
    • Tutorials

    You can create auto-completion rules to use with your scripts and customize bash completion to boost your productivity.

    • Read More
  • Underfitting and overfitting illustrated

    DateNov 06, 2018
    Categories
    • Maths
    Tags
    • Machine learning
    • Statistics

    In this article, we define underfitting and overfitting and show some nice ways to vizualize them on polynomial regressions.

    • Read More
  • A probability distribution to quantify measurement errors

    DateApr 03, 2018
    Categories
    • Maths
    Tags
    • Probability

    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.

    • Read More
  • Why bayesian inference is more powerful than logic

    DateMar 17, 2018
    Categories
    • Maths
    Tags
    • Statistics

    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...

    • Read More
  • Propositional logic derived as a special case of probability calculus

    DateMar 17, 2018
    Categories
    • Maths
    Tags
    • Logic
    • Probability

    In this article, I will apply the rules of probability calculus to derive the rules of propositional logic (also called propositional calculus).

    • Read More
  • Key ideas in probability and statistics illustrated on a simple problem

    DateMar 16, 2018
    Categories
    • Maths
    Tags
    • Statistics

    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.

    • Read More
  • Extending logic to deal with uncertainty

    DateMar 12, 2018
    Categories
    • Maths
    Tags
    • Logic
    • Probability

    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...

    • Read More

Technical Blog

  • english
  • français

  • Technical blog
  • Maths

  • Logic
  • Python
  • Probability
  • Bash
  • Tutorials
  • Machine learning
  • Statistics