ssoudan.blog

Archive

Everything, by year.

2024

  1. Bayesian Regression in your browser

    What about running a NUTS sampler in the browser?

2023

  1. The world we live in...Bayesian regression of daily maximum temperature

    Exploring the NOAA Global Historical Climatology Network Daily data.

  2. Fun with code

    in a sandbox

2022

  1. Bayesian Inference of Logistic Functions

    Small tutorial on using Bayesian inference on noisy logistic functions.

  2. Web3 and platforms?

    web3 opportunities (and challenges) for platforms

2021

  1. Attention, SoS - Platforms to the rescue?

    Can platforms come to the rescue of System of Systems (SoS)?

  2. Extreme Value Theory - Application to Earhquake records in CA

    Some code around BM, POT and quakes in California!

  3. Extreme Value Theory - Peaks-Over-Threshold method

    Second theorem, second method - Peaks-Over-Threshold (POT).

  4. Extreme Value Theory - Block Maxima method

    Behaviors of maxima.

  5. TFX and MLops

    Cause we are not in the one-offs business.

2020

  1. Bayesian Optimization

    Let's explore exploration methods.

  2. Experimentation with Gaussian Processes and small 'eureka' moment in Bayesian inference

    Why do we use Gaussian distribution everywhere?

  3. Navigating the engineering complexity space

    Are you looking for complexity?

  4. Growing complexity

    Once upon a time, ... everything was simpler. And then we started making things and it became a lot more complex. How far?

2016

  1. DE0 Nano Soc tech soup

    Another weekend project: this time playing with a Cyclone V SoC where one can easily get lost in the technology mix.

2015

  1. Boat Autopilot Powered with an Intel Edison

    An Intel Edison, a bit of electronic components, a cup of Golang code and here we are with an autopilot for a boat. Serve warm. Enjoy!

2014

  1. Arduino Bourguignon

    When you get an Arduino board and a recipe of boeuf bourguignon in hand, how do use the former to improve the later? This post presents an Arduino-based cooking assistant that help you define time-temperature profile and have your dishes cooked accordingly.

  2. Tiny Spring Boot app in Kotlin

    Kotlin is a statically typed programming language targeting the JVM. It enables to write safe and concise code making it a good candidate for big project development. On the other side, Spring Boot is a well known framework very helpful to write micro-services. This post explores how to implement a simple REST server in Kotlin.