RoboticsClubIITJ / ML-DL-implementation

An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.
BSD 3-Clause "New" or "Revised" License
49 stars 69 forks source link

Implement Support Vector Machine #49

Closed samarth-1729 closed 3 years ago

samarth-1729 commented 3 years ago

References to other Issues or PRs or Relevant literature

https://towardsdatascience.com/svm-implementation-from-scratch-python-2db2fc52e5c2

Brief description of what is fixed or changed

Implemented Support Vector machine

Reference #5

TarunTomar122 commented 3 years ago

@samarth-1729 you need to insert a suitable test case and an example file in your commit to prove your implementation. Rest LGTM.

rohansingh9001 commented 3 years ago

Use flake8 to check for formatting in your root directory.

Rest you need to add an example file in the root directory to show how to use your model.

kwanit1142 commented 3 years ago

Due to Prolonged Inactivity, the Pull Request would be closed.