|
|
|
|
|
by kelvin0
2724 days ago
|
|
I started taking the Coursera ML class. Reading this article, something jumped at me: https://datadotblog.files.wordpress.com/2018/12/Screen-Shot-... It mentions how it's 'impossible' to separate the data points in cartesian coodinates. Isn't logistic regression exactly the use case for this? Thus making the transformation irrelevant? Anyone with ML experience have an opinion on this? |
|
Yes, this is why we use regression, soft-margin SVM, etc. instead of hard-margin SVM. Because perfect linear separation is unrealistic.