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
dcc32f4e
Commit
dcc32f4e
authored
Jun 28, 2016
by
Davis King
Browse files
updated docs
parent
0f2e4694
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
6 deletions
+30
-6
docs/docs/ml.xml
docs/docs/ml.xml
+24
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+6
-6
No files found.
docs/docs/ml.xml
View file @
dcc32f4e
...
...
@@ -105,6 +105,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<item
nolink=
"true"
>
<name>
Core Tools
</name>
<sub>
<item>
dnn_trainer
</item>
<item>
add_layer
</item>
<item>
add_loss_layer
</item>
<item>
repeat
</item>
...
...
@@ -440,6 +441,29 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
</examples>
</component>
<!-- ************************************************************************* -->
<component
cpp11=
"true"
>
<name>
dnn_trainer
</name>
<file>
dlib/dnn.h
</file>
<spec_file
link=
"true"
>
dlib/dnn/trainer_abstract.h
</spec_file>
<description>
This object is a tool training a deep neural network.
<p>
For a tutorial showing how this is accomplished read
the
<a
href=
"dnn_introduction_ex.cpp.html"
>
DNN Introduction part 1
</a>
and
<a
href=
"dnn_introduction2_ex.cpp.html"
>
DNN Introduction part 2
</a>
.
</p>
</description>
<examples>
<example>
dnn_introduction_ex.cpp.html
</example>
<example>
dnn_introduction2_ex.cpp.html
</example>
<example>
dnn_inception_ex.cpp.html
</example>
<example>
dnn_imagenet_ex.cpp.html
</example>
<example>
dnn_imagenet_train_ex.cpp.html
</example>
</examples>
</component>
<!-- ************************************************************************* -->
<component
cpp11=
"true"
>
...
...
docs/docs/term_index.xml
View file @
dcc32f4e
...
...
@@ -45,11 +45,11 @@
<term
file=
"dlib/dnn/core_abstract.h.html"
name=
"make_sstack"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/core_abstract.h.html"
name=
"repeat_group"
include=
"dlib/dnn.h"
/>
<term
file=
"
dlib/dnn/core_abstract.h
.html"
name=
"add_layer"
include=
"dlib/dnn.h"
/>
<term
file=
"
dlib/dnn/core_abstract.h
.html"
name=
"add_loss_layer"
include=
"dlib/dnn.h"
/>
<term
file=
"
ml
.html"
name=
"add_layer"
include=
"dlib/dnn.h"
/>
<term
file=
"
ml
.html"
name=
"add_loss_layer"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/core_abstract.h.html"
name=
"repeat_group"
include=
"dlib/dnn.h"
/>
<term
file=
"
dlib/dnn/core_abstract.h
.html"
name=
"repeat"
include=
"dlib/dnn.h"
/>
<term
file=
"
dlib/dnn/core_abstract.h
.html"
name=
"add_tag_layer"
include=
"dlib/dnn.h"
/>
<term
file=
"
ml
.html"
name=
"repeat"
include=
"dlib/dnn.h"
/>
<term
file=
"
ml
.html"
name=
"add_tag_layer"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/core_abstract.h.html"
name=
"tag_id"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/core_abstract.h.html"
name=
"tag1"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/core_abstract.h.html"
name=
"tag2"
include=
"dlib/dnn.h"
/>
...
...
@@ -61,7 +61,7 @@
<term
file=
"dlib/dnn/core_abstract.h.html"
name=
"tag8"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/core_abstract.h.html"
name=
"tag9"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/core_abstract.h.html"
name=
"tag10"
include=
"dlib/dnn.h"
/>
<term
file=
"
dlib/dnn/core_abstract.h
.html"
name=
"add_skip_layer"
include=
"dlib/dnn.h"
/>
<term
file=
"
ml
.html"
name=
"add_skip_layer"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/core_abstract.h.html"
name=
"skip1"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/core_abstract.h.html"
name=
"skip2"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/core_abstract.h.html"
name=
"skip3"
include=
"dlib/dnn.h"
/>
...
...
@@ -110,7 +110,7 @@
<term
file=
"dlib/dnn/input_abstract.h.html"
name=
"input_rgb_image"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/input_abstract.h.html"
name=
"input_rgb_image_sized"
include=
"dlib/dnn.h"
/>
<term
file=
"
dlib/dnn/trainer_abstract.h
.html"
name=
"dnn_trainer"
include=
"dlib/dnn.h"
/>
<term
file=
"
ml
.html"
name=
"dnn_trainer"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/loss_abstract.h.html"
name=
"EXAMPLE_LOSS_LAYER_"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/loss_abstract.h.html"
name=
"loss_binary_hinge_"
include=
"dlib/dnn.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