ajay-dhangar / algo

This repository contains a collection of data structures and algorithms implemented in various programming languages. It is designed to help learners understand key concepts through hands-on examples. Contributions and improvements are welcome!
https://ajay-dhangar.github.io/algo/
MIT License
70 stars 223 forks source link

[Feature Request] Support Vector Machines (SVM) Method #797

Closed inkerton closed 1 month ago

inkerton commented 1 month ago

🚀 Feature Request

Is your feature request related to a problem? Please describe.

I want to add Support Vector Machines (SVM) Method. It helps in learning multitasking in real time. Also works on 3D plane.

Describe the solution you'd like

A supervised learning algorithm used for classification tasks. It finds the optimal hyperplane that maximizes the margin between different classes in the feature space.


Would you like to work on this feature?

github-actions[bot] commented 1 month ago

👋 Hi @inkerton! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.