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
57a0cda9
Commit
57a0cda9
authored
Apr 29, 2015
by
Davis King
Browse files
updated docs
parent
86857190
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
54 additions
and
0 deletions
+54
-0
docs/docs/ml.xml
docs/docs/ml.xml
+51
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+3
-0
No files found.
docs/docs/ml.xml
View file @
57a0cda9
...
@@ -135,6 +135,10 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -135,6 +135,10 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<item>
vector_normalizer_frobmetric
</item>
<item>
vector_normalizer_frobmetric
</item>
<item>
compute_lda_transform
</item>
<item>
compute_lda_transform
</item>
</section>
</section>
<section>
<name>
Reinforcement Learning
</name>
<item>
lspi
</item>
</section>
<section>
<section>
<name>
Feature Selection
</name>
<name>
Feature Selection
</name>
<item>
rank_features
</item>
<item>
rank_features
</item>
...
@@ -218,6 +222,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -218,6 +222,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<item>
assignment_function
</item>
<item>
assignment_function
</item>
<item>
track_association_function
</item>
<item>
track_association_function
</item>
<item>
graph_labeler
</item>
<item>
graph_labeler
</item>
<item>
policy
</item>
</section>
</section>
<section>
<section>
...
@@ -252,6 +257,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -252,6 +257,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<item>
is_ranking_problem
</item>
<item>
is_ranking_problem
</item>
<item>
count_ranking_inversions
</item>
<item>
count_ranking_inversions
</item>
<item>
learn_platt_scaling
</item>
<item>
learn_platt_scaling
</item>
<item>
process_sample
</item>
...
@@ -1635,6 +1641,51 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -1635,6 +1641,51 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
</examples>
</examples>
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
lspi
</name>
<file>
dlib/control.h
</file>
<spec_file
link=
"true"
>
dlib/control/lspi_abstract.h
</spec_file>
<description>
This object is an implementation of the reinforcement learning algorithm
described in the following paper:
<blockquote>
Lagoudakis, Michail G., and Ronald Parr. "Least-squares policy
iteration." The Journal of Machine Learning Research 4 (2003):
1107-1149.
</blockquote>
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
policy
</name>
<file>
dlib/control.h
</file>
<spec_file
link=
"true"
>
dlib/control/approximate_linear_models_abstract.h
</spec_file>
<description>
This is a policy (i.e. a control law) based on a linear function approximator.
You can use a tool like
<a
href=
"#lspi"
>
lspi
</a>
to learn the parameters
of a policy.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
process_sample
</name>
<file>
dlib/control.h
</file>
<spec_file
link=
"true"
>
dlib/control/approximate_linear_models_abstract.h
</spec_file>
<description>
This object holds a training sample for a reinforcement learning algorithm
(e.g.
<a
href=
"#lspi"
>
lspi
</a>
).
In particular, it contains a state, action, reward, next state sample from
some process.
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
...
docs/docs/term_index.xml
View file @
57a0cda9
...
@@ -267,6 +267,9 @@
...
@@ -267,6 +267,9 @@
<term
file=
"algorithms.html"
name=
"random_subset_selector"
include=
"dlib/statistics.h"
/>
<term
file=
"algorithms.html"
name=
"random_subset_selector"
include=
"dlib/statistics.h"
/>
<term
file=
"algorithms.html"
name=
"randomly_subsample"
include=
"dlib/statistics.h"
/>
<term
file=
"algorithms.html"
name=
"randomly_subsample"
include=
"dlib/statistics.h"
/>
<term
file=
"ml.html"
name=
"lspi"
include=
"dlib/control.h"
/>
<term
file=
"ml.html"
name=
"policy"
include=
"dlib/control.h"
/>
<term
file=
"ml.html"
name=
"process_sample"
include=
"dlib/control.h"
/>
<term
file=
"ml.html"
name=
"select_all_distinct_labels"
include=
"dlib/svm.h"
/>
<term
file=
"ml.html"
name=
"select_all_distinct_labels"
include=
"dlib/svm.h"
/>
<term
file=
"dlib/svm/multiclass_tools_abstract.h.html"
name=
"find_missing_pairs"
include=
"dlib/svm.h"
/>
<term
file=
"dlib/svm/multiclass_tools_abstract.h.html"
name=
"find_missing_pairs"
include=
"dlib/svm.h"
/>
...
...
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