The-Data-Alchemists-Manipal / MindWave

MindWave is an open-source project designed for beginners to learn about data science, machine learning, deep learning, and reinforcement learning algorithms using Python. The project offers a platform for implementing relevant algorithms, with open-source tools and libraries.
MIT License
96 stars 145 forks source link

show the actual implementation of support vector machine classifier without importing it from sklearn. [GSSOC'23] #696

Open Pritamstudent opened 11 months ago

Pritamstudent commented 11 months ago

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

I want to show the actual implementation of support vector machine classifier without importing it from sklearn and then test it on small data-set .

Describe the solution you'd like

I want to show the actual implementation of support vector machine classifier without importing it from sklearn and then test it on small data-set .

Describe alternatives you've considered

No response

Additional context

No response

Code of Conduct