Uh oh!
There was an error while loading. Please reload this page.
Added sequential minimum optimization algorithm for SVM - #508
Conversation
1:Use matplotlib show svm's partition boundary 2:Automatically download test dataset
cclauss
commented
Sep 16, 2019
Could we rename the file to something more helpful like sequential_minimum_optimization.py ? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Fix filename typo error in doc. Use ternary conditional operator in predict()
poyea
left a comment
There was a problem hiding this comment.
Thank you for your pull request!🤩
zqbake
commented
Sep 18, 2019
Glad to be helpful. |
…s#508) * Implementation of sequential minimal optimization algorithm * Update smo.py * Add demonstration of svm partition boundary 1:Use matplotlib show svm's partition boundary 2:Automatically download test dataset * Update smo.py * Update smo.py * Rename smo.py to sequential_minimum_optimization.py * Update doc and simplify the code. Fix filename typo error in doc. Use ternary conditional operator in predict() * Update doc.
girisagar46
commented
Oct 16, 2022
Hi, @zhqu1148980644 Sorry for commenting on closed PR. 🙇 In this PR, you've mentioned this link: http://web.cs.iastate.edu/~honavar/smo-svm.pdf, but the link is not working anymore. I tried to find the replacement link for it but could not find it hence, I removed it on PR #7319 Do you have the alternate link for it? |
zqbake
commented
Oct 18, 2022
No. |
Sequential minimal optimization (SMO) is an algorithm for solving the quadratic programming (QP) problem that arises during the training of support vector machines. wiki