Algorithms
Algorithms copied to clipboard
Add SVM algorithm
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
In which two languages would you like to implement? (please don't use ML Libraries)
I would like to do in C++ and Python @Kumar-laxmi
Assigned! @ayan-joshi : C++ & Python
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