Archives for January, 2015

Logistic regression example (linear decision boundary), using simdfied

Let’s try to predict our chances of getting admitted to Msc studies, based on our Bsc degree GPA and years of experience. Our csv should look like: 2 “X” columns: Bsc-GPA and experience and a “y” column of if-admitted value (0 / 1). We can simulate some data with excel-like functions (I’m using LibreOffice calc on […]