Skip to content

Latest commit

Β 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Task 7 – SVM Classification

πŸ” Objective

Apply Support Vector Machines (SVM) using both linear and RBF kernels on a binary classification problem (Breast Cancer Dataset).


πŸ“š Dataset

  • Breast Cancer Wisconsin Dataset from Scikit-learn or Kaggle.

πŸ›  Tools & Libraries

  • Python
  • Scikit-learn
  • Pandas
  • Matplotlib
  • Seaborn
  • NumPy

βœ… Steps Performed

  1. Loaded and preprocessed dataset.
  2. Scaled features using StandardScaler.
  3. Trained SVM using:
    • Linear Kernel
    • RBF Kernel
  4. Evaluated using Confusion Matrix and Classification Report.
  5. Performed Hyperparameter Tuning using GridSearchCV.
  6. Visualized decision boundary using 2D features.

πŸ“Š Results

  • Achieved high accuracy on both training and testing data.
  • Best hyperparameters obtained: C=1, gamma=0.1 with RBF kernel.

πŸ“· Screenshots (if any)

Screenshot 2025-06-06 212933


πŸ”— Submission

This project is submitted as part of the Elevate AI/ML Internship – Task 7.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages