Back to the 2020 paper
Similar questions
MACHINE LEARNINGExplain the concept of SVM for linear classification. Define margin, support vectors, and how the optimal hyperplane is determined.20257mData MiningThe margin of the decision boundary in SVM is given by (i) d = \frac{1}{|w|} (ii) d = \frac{1}{2 \cdot |w|} (iii) d = \frac{2}{\|w\|} (iv) d = \frac{1}{|w|^2}20222mMACHINE LEARNINGState the mathematical formulation of the SVM problem. Give an outline of the method for solving the problem.20237mData MiningDiscuss the working of Support Vector Machines and their applications in data mining.20257m