From 8c8741f8f4fb7f2db424cebdeed9b2e1518808dd Mon Sep 17 00:00:00 2001 From: Bryan Cardillo Date: Wed, 8 Apr 2015 19:01:58 -0400 Subject: [PATCH] Add 'Support-Vector Networks' paper. --- machine_learning/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/machine_learning/README.md b/machine_learning/README.md index b266b19..3d3778f 100644 --- a/machine_learning/README.md +++ b/machine_learning/README.md @@ -6,5 +6,6 @@ Important machine learning papers * [A Few Useful Things to Know about Machine Learning](http://homes.cs.washington.edu/~pedrod/papers/cacm12.pdf) - Just like the title says, it contains many useful tips and gotchas for machine learning * [Random Forests](http://oz.berkeley.edu/~breiman/randomforest2001.pdf) - The initial paper on random forests * [Conditional Random Fields: Probabilistic Models for Segmenting and Labeling Sequence Data](http://repository.upenn.edu/cgi/viewcontent.cgi?article=1162&context=cis_papers) - The paper introducing conditional random fields as a framework for building probablistic models. +* [Support-Vector Networks](http://rd.springer.com/content/pdf/10.1007%2FBF00994018.pdf) - The initial paper on support-vector networks for classification.