Home Artificial Intelligence Face-Mask Detection using SVM — Intel oneAPI Optimised Scikit-Learn Library An easy explanation of how SVM works: Prerequisites: Installation of scikit-learn-intelex library: Dataset: Importing the Dataset and Converting it to NumPy array: Data Preprocessing: Training the Model: Testing:

Face-Mask Detection using SVM — Intel oneAPI Optimised Scikit-Learn Library An easy explanation of how SVM works: Prerequisites: Installation of scikit-learn-intelex library: Dataset: Importing the Dataset and Converting it to NumPy array: Data Preprocessing: Training the Model: Testing:

1
Face-Mask Detection using SVM — Intel oneAPI Optimised Scikit-Learn Library
An easy explanation of how SVM works:
Prerequisites:
Installation of scikit-learn-intelex library:
Dataset:
Importing the Dataset and Converting it to NumPy array:
Data Preprocessing:
Training the Model:
Testing:

Image Source: https://partner.utk.edu/wp-content/uploads/sites/77/2021/10/oneapi-lp-banner.png
Image Source: https://miro.medium.com/v2/resize:fit:828/format:webp/1*loqTWz8bcVAvVhmE1wUDVA.png
  1. Data points are plotted on a graph, where each point represents an remark with several features.
  2. The algorithm tries to search out a line (or a hyperplane in higher dimensions) that separates the 2 classes with the biggest possible margin.
  3. The margin is the gap between the choice boundary and the closest data points from each classes.
  4. The info points closest to the choice boundary are called support vectors, they usually determine the position and orientation of the boundary.
  5. Once the boundary is found, the algorithm can classify latest data points by determining on which side of the boundary they fall.
  • Python 3.7 or above.
  • Packages Required : Numpy, Pandas, scikit-learn-intelex, scikit-learn, PIL, matplotlib
The person with a mask is detected.
The person with out a mask is detected.

1 COMMENT

LEAVE A REPLY

Please enter your comment!
Please enter your name here