Advertisement
fuyut

Support Vector Machines Succinctly

Jan 17th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Support Vector Machines Succinctly
  2.  
  3. OVERVIEW
  4. Support Vector Machines (SVMs) are some of the most performant off-the-shelf, supervised machine-learning algorithms. In Support Vector Machines Succinctly, author Alexandre Kowalczyk guides readers through the building blocks of SVMs, from basic concepts to crucial problem-solving algorithms. He also includes numerous code examples and a lengthy bibliography for further study. By the end of the book, SVMs should be an important tool in the reader’s machine-learning toolbox.
  5.  
  6. TABLE OF CONTENTS
  7. Prerequisites
  8.  
  9. The Perceptron
  10.  
  11. The SVM Optimization Problem
  12.  
  13. Solving the Optimization Problem
  14.  
  15. Soft Margin SVM
  16.  
  17. Kernels
  18.  
  19. The SMO Algorithm
  20.  
  21. Multi-Class SVMs
  22.  
  23. Conclusion
  24.  
  25. Appendix A: Datasets
  26.  
  27. Appendix B: The SMO Algorithm
  28.  
  29. Author
  30. Alexandre Kowalczyk
  31. =====================================
  32. =====================================
  33. Download
  34.  
  35. http://up-4ever.org/d/B484
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement