rahil-serasiya / Support-Vector-Machine-Algorithm-to-check-bank-note-authenticity-

Our task is to predict whether a bank currency note is authentic or not based upon four attributes of the note i.e. skewness of the wavelet transformed image, the variance of the image, entropy of the image, and kurtosis of the image. This is a binary classification problem and we will use the Support Vector Machine algorithm to solve this problem. The rest of the section consists of standard machine learning steps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support vector machine

Problem Definition

Our task is to predict whether a bank currency note is authentic or not based upon four attributes of the note i.e. skewness of the transformed image, variance of the image, entropy of the image, and curtosis of the image. This is a binary classification problem and we will use SVM algorithm to solve this problem. The rest of the section consists of standard machine learning steps.

About

Our task is to predict whether a bank currency note is authentic or not based upon four attributes of the note i.e. skewness of the wavelet transformed image, the variance of the image, entropy of the image, and kurtosis of the image. This is a binary classification problem and we will use the Support Vector Machine algorithm to solve this problem. The rest of the section consists of standard machine learning steps.


Languages

Language:Jupyter Notebook 100.0%