From 52cc6309cd7a461236d6cba89d4dc9748ec2a41b Mon Sep 17 00:00:00 2001 From: Carlo Strub Date: Tue, 2 Jan 2018 20:56:09 +0100 Subject: [PATCH] README add blog post --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1260d7..a200264 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,9 @@ Sisyphus analyzes each mail in the inbox and the junk folder and uses its subject and text to improve the learning algorithm. Whenever a new mail arrives in the `Maildir/new` directory, Sisyphus classifies this mail based on its content. Junk mails are then moved automatically to the `Maildir/.Junk` -directory, while good mails are left untouched. +directory, while good mails are left untouched. See the following [blog +post](http://carlostrub.ch/code/security/sisyphus/) on a rather non-technical +explanation. Technically, Sisyphus applies a classic [Bayesian Update algorithm](https://en.wikipedia.org/wiki/Bayesian_inference) to classify mails.