User Tools

Site Tools


support_vector_machine

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
support_vector_machine [2018/10/24 00:33]
38.84.140.72 created
support_vector_machine [2019/04/07 21:46] (current)
burkov
Line 1: Line 1:
-====== ​Support Vector Machine ​======+{{keywords>​Support Vector Machine}} 
 + 
 +<title classes #id> 
 +Support Vector Machine 
 +</​title>​
  
 ===== Recommended Reading ===== ===== Recommended Reading =====
  
 +  * [[https://​www.dropbox.com/​s/​02k52sbksqf4y6k/​ExtendedChapter3.pdf?​dl=0|An extended version of Chapter 3 with the Appendix with the derivation of the SVM dual]]
   * [[https://​cling.csd.uwo.ca/​cs860/​papers/​SVM_Explained.pdf|Support Vector Machines Explained]] by Tristan Fletcher (2008)   * [[https://​cling.csd.uwo.ca/​cs860/​papers/​SVM_Explained.pdf|Support Vector Machines Explained]] by Tristan Fletcher (2008)
- 
   * [[https://​people.cs.umass.edu/​~domke/​courses/​sml2011/​07kernels.pdf|Kernel Methods and SVMs]] by Justin Domke   * [[https://​people.cs.umass.edu/​~domke/​courses/​sml2011/​07kernels.pdf|Kernel Methods and SVMs]] by Justin Domke
- 
   * [[http://​web.mit.edu/​6.034/​wwwbob/​svm-notes-long-08.pdf|An Idiot'​s guide to Support vector   * [[http://​web.mit.edu/​6.034/​wwwbob/​svm-notes-long-08.pdf|An Idiot'​s guide to Support vector
 machines (SVMs)]] by R. Berwick machines (SVMs)]] by R. Berwick
- 
-  * [[https://​www.quora.com/​What-is-the-kernel-trick|What is the kernel trick]] by Chitta Ranjan