ML Assignment-8
ML Assignment-8
Title: Given a dataset for classification task. Write a program to implement Support Vector
Machine and estimate it test performance.
Software Requirement:
• Python
• NumPy
• Pandas
• scikit-learn
• Jupyter Notebook
Source Code:
Output:
Conclusions:
SVM is a powerful and versatile classification tool, especially effective in high-dimensional
spaces. By carefully selecting the kernel function and tuning hyperparameters like \( C \), SVM
can achieve high classification accuracy even with complex datasets.