Commit 5c82e697 authored by Davis King's avatar Davis King

Added a pointer to the book Learning with Kernels

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403353
parent 6b400564
......@@ -77,6 +77,15 @@ namespace dlib
Alternatively, the linearly_independent_subset_finder often works well for
selecting a basis set. Some people also find that picking a random subset
works fine.
The empirical kernel map is something that has been around in the kernel methods
literature for a long time but is seemingly not well known. Anyway, one of the
best books on the subject is the following:
Learning with Kernels: Support Vector Machines, Regularization, Optimization,
and Beyond by Bernhard Schlkopf, Alexander J. Smola
The authors discuss the empirical kernel map as well as many other interesting
topics.
!*/
public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment