Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
24e3fe50
Commit
24e3fe50
authored
12 years ago
by
Davis King
Browse files
Options
Browse Files
Download
Plain Diff
merged
parents
892fa86c
29cc31cd
master
v19.17
v19.16
v19.15
v19.14
v19.13
v19.12
v19.11
v19.10
v19.9
v19.8
v19.7
v19.6
v19.5
v19.4
v19.3
v19.2
v19.1
v19.0
v18.18
v18.17
v18.16
v18.15
v18.14
v18.13
v18.12
v18.11
v18.10
v18.9
v18.8
v18.7
v18.6
v18.5
v18.4
v18.3
v18.2
v18.1
v18.0
before_dnn_serialization_cleanup
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
ml.xml
docs/docs/ml.xml
+20
-0
term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/ml.xml
View file @
24e3fe50
...
...
@@ -147,6 +147,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<name>
Feature Selection
</name>
<item>
rank_features
</item>
<item>
sort_basis_vectors
</item>
<item>
rank_unlabeled_training_samples
</item>
</section>
<center><h2><u>
Other Tools
</u></h2></center>
...
...
@@ -697,6 +698,25 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
</component>
<!-- ************************************************************************* -->
<component>
<name>
rank_unlabeled_training_samples
</name>
<file>
dlib/svm.h
</file>
<spec_file
link=
"true"
>
dlib/svm/active_learning_abstract.h
</spec_file>
<description>
This routine implements an active learning method for selecting the most
informative data sample to label out of a set of unlabeled samples.
In particular, it implements the MaxMin Margin and Ratio Margin methods
described in the paper:
<blockquote>
Support Vector Machine Active Learning with Applications to Text Classification
by Simon Tong and Daphne Koller.
</blockquote>
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
This diff is collapsed.
Click to expand it.
docs/docs/term_index.xml
View file @
24e3fe50
...
...
@@ -327,6 +327,7 @@
<term
file=
"ml.html"
name=
"linearly_independent_subset_finder"
/>
<term
file=
"ml.html"
name=
"fill_lisf"
/>
<term
file=
"ml.html"
name=
"sort_basis_vectors"
/>
<term
file=
"ml.html"
name=
"rank_unlabeled_training_samples"
/>
<term
file=
"ml.html"
name=
"vector_normalizer"
/>
<term
file=
"ml.html"
name=
"vector_normalizer_pca"
/>
<term
file=
"ml.html"
name=
"discriminant_pca"
/>
...
...
This diff is collapsed.
Click to expand it.
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