Statistical Pattern Recognition (classic machine learning)
-
Updated
Mar 2, 2024 - Jupyter Notebook
Statistical Pattern Recognition (classic machine learning)
The popular IRIS dataset is used for the training of linear and non-linear SVM models. The hyper-parameters are fine-tuned of the models are fine-tuned using K-Fold Cross-Validation and GridSearch to improve model performance.
Implemented using Linear SVM(SVC) and Non-Linear SVM(RBF). ML ASSIGNMENT 2 => Q2
Build a linear SVM classifier to classify emails into spam and ham. The dataset, taken from the UCI ML repository, contains about 4600 emails labelled as spam or ham. Build a non-linear SVM classifier to classify emails and compare the performance with the linear SVM model.
Add a description, image, and links to the non-linear-svm topic page so that developers can more easily learn about it.
To associate your repository with the non-linear-svm topic, visit your repo's landing page and select "manage topics."