Recent posts

Is coding over?

10 minute read

With the stunning progresses of AI assisted coding, is software engineering doomed to be automated?

SVM - deep dive

6 minute read

Support Vectors Machine has long been the go-to algorithm for machine learning. Deep dive into the remarkable power of this classifier.

Logistic regression - deep dive

1 minute read

Unlike its name suggests, logistic regression is a classification algorithm. It is very simple yet extremely robust

Linear regression - deep dive

1 minute read

Linear regression is perhaps the simplest regression tool in the box. Get into the math behind this well-known algorithm