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
394c65af
Commit
394c65af
authored
Jun 22, 2016
by
Davis King
Browse files
updated docs
parent
87493f49
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
0 deletions
+21
-0
docs/docs/main_menu.xml
docs/docs/main_menu.xml
+4
-0
docs/docs/ml.xml
docs/docs/ml.xml
+16
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/main_menu.xml
View file @
394c65af
...
@@ -194,6 +194,10 @@
...
@@ -194,6 +194,10 @@
<name>
Deep Learning Advanced
</name>
<name>
Deep Learning Advanced
</name>
<link>
dnn_mnist_advanced_ex.cpp.html
</link>
<link>
dnn_mnist_advanced_ex.cpp.html
</link>
</item>
</item>
<item>
<name>
Deep Learning Imagenet Classifier
</name>
<link>
dnn_imagenet_ex.cpp.html
</link>
</item>
<item>
<item>
<name>
Deep Learning Inception
</name>
<name>
Deep Learning Inception
</name>
<link>
dnn_inception_ex.cpp.html
</link>
<link>
dnn_inception_ex.cpp.html
</link>
...
...
docs/docs/ml.xml
View file @
394c65af
...
@@ -121,6 +121,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -121,6 +121,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<sub>
<sub>
<item>
input
</item>
<item>
input
</item>
<item>
input_rgb_image
</item>
<item>
input_rgb_image
</item>
<item>
input_rgb_image_sized
</item>
<item>
<item>
<name>
EXAMPLE_INPUT_LAYER
</name>
<name>
EXAMPLE_INPUT_LAYER
</name>
<link>
dlib/dnn/input_abstract.h.html#EXAMPLE_INPUT_LAYER
</link>
<link>
dlib/dnn/input_abstract.h.html#EXAMPLE_INPUT_LAYER
</link>
...
@@ -433,6 +434,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -433,6 +434,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<example>
dnn_mnist_ex.cpp.html
</example>
<example>
dnn_mnist_ex.cpp.html
</example>
<example>
dnn_mnist_advanced_ex.cpp.html
</example>
<example>
dnn_mnist_advanced_ex.cpp.html
</example>
<example>
dnn_inception_ex.cpp.html
</example>
<example>
dnn_inception_ex.cpp.html
</example>
<example>
dnn_imagenet_ex.cpp.html
</example>
</examples>
</examples>
</component>
</component>
...
@@ -450,6 +452,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -450,6 +452,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<example>
dnn_mnist_ex.cpp.html
</example>
<example>
dnn_mnist_ex.cpp.html
</example>
<example>
dnn_mnist_advanced_ex.cpp.html
</example>
<example>
dnn_mnist_advanced_ex.cpp.html
</example>
<example>
dnn_inception_ex.cpp.html
</example>
<example>
dnn_inception_ex.cpp.html
</example>
<example>
dnn_imagenet_ex.cpp.html
</example>
</examples>
</examples>
</component>
</component>
...
@@ -550,6 +553,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -550,6 +553,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<example>
dnn_mnist_ex.cpp.html
</example>
<example>
dnn_mnist_ex.cpp.html
</example>
<example>
dnn_mnist_advanced_ex.cpp.html
</example>
<example>
dnn_mnist_advanced_ex.cpp.html
</example>
<example>
dnn_inception_ex.cpp.html
</example>
<example>
dnn_inception_ex.cpp.html
</example>
<example>
dnn_imagenet_ex.cpp.html
</example>
</examples>
</examples>
</component>
</component>
...
@@ -568,6 +572,18 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -568,6 +572,18 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
</description>
</description>
</component>
</component>
<!-- ************************************************************************* -->
<component
cpp11=
"true"
>
<name>
input_rgb_image_sized
</name>
<file>
dlib/dnn.h
</file>
<spec_file
link=
"true"
>
dlib/dnn/input_abstract.h
</spec_file>
<description>
This layer has an interface and behavior identical to
<a
href=
"#input_rgb_image"
>
input_rgb_image
</a>
except that it requires input images to have a particular size.
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component
cpp11=
"true"
>
<component
cpp11=
"true"
>
...
...
docs/docs/term_index.xml
View file @
394c65af
...
@@ -108,6 +108,7 @@
...
@@ -108,6 +108,7 @@
<term
file=
"dlib/dnn/input_abstract.h.html"
name=
"EXAMPLE_INPUT_LAYER"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/input_abstract.h.html"
name=
"EXAMPLE_INPUT_LAYER"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/input_abstract.h.html"
name=
"input"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/input_abstract.h.html"
name=
"input"
include=
"dlib/dnn.h"
/>
<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"
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=
"dlib/dnn/trainer_abstract.h.html"
name=
"dnn_trainer"
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