SIGN IN SIGN UP
TheAlgorithms / Python UNCLAIMED

All Algorithms implemented in Python

0 0 1 Python

Added sequential minimum optimization algorithm for SVM (#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.
B
BAKEZQ committed
a2b5a90c11ad07f82432fe4b96f6f17bed40e6c8
Parent: 768700b
Committed by John Law <[email protected]> on 9/18/2019, 2:01:05 PM