Could any body explain that " how does linear svm work for prediction in the classification process?"
Many thanks,
Could any body explain that " how does linear svm work for prediction in the classification process?"
Many thanks,
Very briefly, support vector machines learn a linearly separating hyperplane that best divides two classes of data within their collective feature space. There are many good tutorials that will expand upon this! Here is one.