Skip to content

Conversation

@MingyiXue
Copy link

Hi,

I added one example to this nice project.

This notebook initially served as a course project report of CS524 (Introduction to Optimization) at Univerisity of Wisconsin-Madison, under the supervision of Professor Michael Ferris.

  1. A complete version of BinarySVM class, supporting hard-margin SVM, soft-margin SVM, polynomial kernel SVM and RBF kernel SVM. This implementation is ready-to-import for any user
  2. An automated hyperparameter tuning process

The performance of this BinarySVM has been tested on the Iris dataset.

Best,
Mingyi

@MingyiXue
Copy link
Author

MingyiXue commented Jan 25, 2025

It would be nice to have code review, especially on the implementation of dual and primal formulation in BinarySVM. Thanks in advance.

@mabdullahsoyturk mabdullahsoyturk self-requested a review January 31, 2025 19:19
@mabdullahsoyturk mabdullahsoyturk requested review from hbusul and removed request for mabdullahsoyturk February 24, 2025 15:06
@hbusul
Copy link

hbusul commented Feb 25, 2025

@MingyiXue That's a great example, I really like how you abstracted away everything from the user with the SVM class. I will try to give you feedback ASAP. It's a bit busy nowadays, so don't worry if I cannot answer in 1-2 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants