AlgoGenesis / C

AlgoGenesis is a centralized open-source platform dedicated to providing optimized and well-documented algorithm implementations in C. Perfect for both beginners and advanced users, this repository serves as a comprehensive learning resource for solving algorithmic challenges.
MIT License
70 stars 219 forks source link

[NEW ALGORITHM] Implementing Support Vector Machines (SVM) Algorithm #954

Closed IkkiOcean closed 2 days ago

IkkiOcean commented 3 days ago

Name:

About:

Support Vector Machines (SVM) is a supervised machine learning algorithm primarily used for classification tasks, although they can also be applied to regression. The core idea behind SVM is to find a hyperplane that best separates different classes in the feature space, maximizing the margin between the closest data points (support vectors) of the classes. This characteristic allows SVMs to generalize well to unseen data.


Labels:

new algorithm, gssoc-ext, hacktoberfest, level1


Assignees:

IkkiOcean commented 2 days ago

@pankaj-bind sir, I raised the issue and someone else submitted the PR without even getting assigned. But sir please assign me this issue instead of closing it since I was waiting for the assigning of issue