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
1f110183
Commit
1f110183
authored
Jun 25, 2016
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
f88f784a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
19 deletions
+20
-19
main_menu.xml
docs/docs/main_menu.xml
+5
-5
ml.xml
docs/docs/ml.xml
+15
-14
No files found.
docs/docs/main_menu.xml
View file @
1f110183
...
...
@@ -187,15 +187,15 @@
<name>
Examples: C++
</name>
<sub>
<item>
<name>
Deep Learning Introduction
</name>
<link>
dnn_
mnist
_ex.cpp.html
</link>
<name>
Deep Learning Introduction
Part 1
</name>
<link>
dnn_
introduction
_ex.cpp.html
</link>
</item>
<item>
<name>
Deep Learning
Advanced
</name>
<link>
dnn_
mnist_advanced
_ex.cpp.html
</link>
<name>
Deep Learning
Introduction Part 2
</name>
<link>
dnn_
introduction2
_ex.cpp.html
</link>
</item>
<item>
<name>
Deep Learning Imagenet Classifier
</name>
<name>
Deep Learning Imagenet Classifier
</name>
<link>
dnn_imagenet_ex.cpp.html
</link>
</item>
<item>
...
...
docs/docs/ml.xml
View file @
1f110183
...
...
@@ -426,13 +426,14 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
input layer or an entire network. Therefore, deep neural networks are created
by stacking many layers on top of each other using the add_layer class.
<p>
For a tutorial showing how this is accomplished see
<a
href=
"dnn_mnist_ex.cpp.html"
>
this MNIST example
</a>
.
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_
mnist
_ex.cpp.html
</example>
<example>
dnn_
mnist_advanced
_ex.cpp.html
</example>
<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>
...
...
@@ -450,8 +451,8 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
on the top of a deep neural network.
</description>
<examples>
<example>
dnn_
mnist
_ex.cpp.html
</example>
<example>
dnn_
mnist_advanced
_ex.cpp.html
</example>
<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>
...
...
@@ -470,7 +471,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
except that it involves less typing, and for large N, will compile much faster.
</description>
<examples>
<example>
dnn_
mnist_advanced
_ex.cpp.html
</example>
<example>
dnn_
introduction2
_ex.cpp.html
</example>
</examples>
</component>
...
...
@@ -492,12 +493,12 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<p>
For a tutorial showing how to use tagging see the
<a
href=
"dnn_
mnist_advanced_ex.cpp.html"
>
dnn_mnist_advanced
_ex.cpp
</a>
<a
href=
"dnn_
introduction2_ex.cpp.html"
>
dnn_introduction2
_ex.cpp
</a>
example program.
</p>
</description>
<examples>
<example>
dnn_
mnist_advanced
_ex.cpp.html
</example>
<example>
dnn_
introduction2
_ex.cpp.html
</example>
</examples>
</component>
...
...
@@ -514,7 +515,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<p>
For a tutorial showing how to use tagging see the
<a
href=
"dnn_
mnist_advanced_ex.cpp.html"
>
dnn_mnist_advanced
_ex.cpp
</a>
<a
href=
"dnn_
introduction2_ex.cpp.html"
>
dnn_introduction2
_ex.cpp
</a>
example program.
</p>
</description>
...
...
@@ -532,12 +533,12 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<p>
For a tutorial showing how to use tagging see the
<a
href=
"dnn_
mnist_advanced_ex.cpp.html"
>
dnn_mnist_advanced
_ex.cpp
</a>
<a
href=
"dnn_
introduction2_ex.cpp.html"
>
dnn_introduction2
_ex.cpp
</a>
example program.
</p>
</description>
<examples>
<example>
dnn_
mnist_advanced
_ex.cpp.html
</example>
<example>
dnn_
introduction2
_ex.cpp.html
</example>
</examples>
</component>
...
...
@@ -552,8 +553,8 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
takes some kind of image as input and loads it into a network.
</description>
<examples>
<example>
dnn_
mnist
_ex.cpp.html
</example>
<example>
dnn_
mnist_advanced
_ex.cpp.html
</example>
<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>
...
...
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