Recent Posts

Using Monte Carlo to estimate π

1 minute read

When you have to solve a computationally intensive problem, you can try to solve it using a Monte Carlo method. We draw a random sample and use the informati...

Water Flow Grid Problem

2 minute read

Imagine you have a grid where in the top layer at one place a source of water resides. The water can flow through that grid from the top to the bottom. Withi...

Predictive Maintenance

1 minute read

Machines require regular maintenance to avoid breakdowns. When machines fail on a production line, downtime disrupts operations. To monitor a machine’s healt...

Predictive Maintenance

2 minute read

This post utilizes a publicly available dataset, which can be accessed at DOI.

Common Data Science Workflow

3 minute read

A workflow in Data Science should consist of the following steps: Exploratory Data Analysis (EDA) Data Cleansing Model Selection Model Training and ...

Bayesian model comparison

1 minute read

With few information one can estimate how likely the outcome of a test for a disease is. Let $M$ denote that a patient has a particular disease and $M^\prime...