Welcome to my blog#

Hey there,

I am currently doing my Bachelors in Data Science and Artificial Intelligence at Saarland University.

I blog here about topics I encounter while studying or which I find personally interesting. You can find all of my posts below or here.

Or learn more about me and some of my projects.

📝 Posts#

  • 2022-08-22 Linear Regression

    If you ever had to fit a line to some data-points you quite possibly have come across linear regression and least squares. Most of the time (linear) regression is introduced as follows:

  • 2022-07-18 Generative vs Discriminative Models

    In this post we are going to explore the differences between generative and discriminative models. In many machine learning tasks we assume that the output \(y\) can be generate from some function \(f(x)\), which is dependant on the input. We assume that we can model this function \(f\) using the conditional probability \(P(y|x)\).