If an SVM decision boundary is the perpendicular bisector of the line connecting the support vectors, why iterate for it using a loss function?
Would it not make more sense to do some linear algebra to find the vector of the decision boundary? Is that more computationally expensive?
Topic linear-algebra svm machine-learning
Category Data Science