Commit dc939855 authored by Davis King's avatar Davis King

updated docs

parent 541ce716
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
<name>Examples: C++</name> <name>Examples: C++</name>
<sub> <sub>
<item> <item>
<name>Deep Learning</name> <name>Deep Learning Introduction</name>
<link>dnn_mnist_ex.cpp.html</link> <link>dnn_mnist_ex.cpp.html</link>
</item> </item>
<item> <item>
...@@ -198,6 +198,10 @@ ...@@ -198,6 +198,10 @@
<name>Deep Learning Imagenet Classifier </name> <name>Deep Learning Imagenet Classifier </name>
<link>dnn_imagenet_ex.cpp.html</link> <link>dnn_imagenet_ex.cpp.html</link>
</item> </item>
<item>
<name>Deep Learning Imagenet Trainer </name>
<link>dnn_imagenet_train_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>
......
...@@ -435,6 +435,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09 ...@@ -435,6 +435,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<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> <example>dnn_imagenet_ex.cpp.html</example>
<example>dnn_imagenet_train_ex.cpp.html</example>
</examples> </examples>
</component> </component>
...@@ -453,6 +454,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09 ...@@ -453,6 +454,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<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> <example>dnn_imagenet_ex.cpp.html</example>
<example>dnn_imagenet_train_ex.cpp.html</example>
</examples> </examples>
</component> </component>
...@@ -554,6 +556,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09 ...@@ -554,6 +556,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<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> <example>dnn_imagenet_ex.cpp.html</example>
<example>dnn_imagenet_train_ex.cpp.html</example>
</examples> </examples>
</component> </component>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment