I used the time provided by the sabbatical leave to work on the book Earmarks: Who Gets What, How and Why (to be co-authored with Sean Q Kelly). The book is under contract with the University of Michigan Press with a ...
Support Vector Machines (SVMs) are used to linearly separate & classify
data. If our data is not linearly separable, we use a kernel function to map
data to a suitable space where linear classification is possible. We ...