Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Add SVM algorithm

Open ayan-joshi opened this issue 1 year ago • 3 comments

Is your feature request related to a problem? Please describe. Support Vector Machines (SVM) is a powerful supervised learning algorithm used for classification and regression tasks.

Describe the solution you'd like The algorithm finds the best hyperplane in a high-dimensional feature space that separates the data into different classes while maximizing the margin between the classes.

Describe alternatives you've considered I will add all steps of the algorithm in the readme file and add code to explain it.

Additional context @Kumar-laxmi Please assign me this issue

ayan-joshi avatar Jun 03 '23 05:06 ayan-joshi

In which two languages would you like to implement? (please don't use ML Libraries)

Kumar-laxmi avatar Jun 03 '23 05:06 Kumar-laxmi

I would like to do in C++ and Python @Kumar-laxmi

ayan-joshi avatar Jun 03 '23 09:06 ayan-joshi

Assigned! @ayan-joshi : C++ & Python

Kumar-laxmi avatar Jun 12 '23 05:06 Kumar-laxmi

This issue has been automatically closed because it has been inactive for many days. Please reopen if you still intend on working on this problem

github-actions[bot] avatar Jul 20 '24 16:07 github-actions[bot]