Friday, May 12, 2023

Classification using SVM classifier

 

Topics Covered:

  1. Introduction to SVM
  2. Importing required libraries
  3. Reading Dataset
  4. Distribution of classes
  5. Selection of unwanted columns
  6. Identifying Unwanted rows
  7. Remove Unwanted columns
  8. divide dataset Train/Test dataset
  9. Modeling (SVM)
  10. Results


No comments:

Post a Comment

Clustering in Machine Learning

Clustering is a type of unsupervised learning in machine learning where the goal is to group a set of objects in such a way that objects in...