Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
c2dd8912
Commit
c2dd8912
authored
Aug 26, 2012
by
Davis King
Browse files
updated docs
parent
9cf06f69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
docs/docs/ml.xml
docs/docs/ml.xml
+7
-0
No files found.
docs/docs/ml.xml
View file @
c2dd8912
...
@@ -592,6 +592,13 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
...
@@ -592,6 +592,13 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
training algorithms, the number of support vectors grows approximately
training algorithms, the number of support vectors grows approximately
linearly with the size of the training set).
linearly with the size of the training set).
</p>
</p>
<p>
However, if you are considering using svm_pegasos, you should also try the
<a
href=
"#svm_c_linear_trainer"
>
svm_c_linear_trainer
</a>
for linear
kernels or
<a
href=
"#svm_c_ekm_trainer"
>
svm_c_ekm_trainer
</a>
for non-linear
kernels since these other trainers are, usually, faster and easier to use
than svm_pegasos.
</p>
</description>
</description>
<examples>
<examples>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment