Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/dok.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Farabet <clement.farabet@gmail.com>2012-04-20 17:34:04 +0400
committerClement Farabet <clement.farabet@gmail.com>2012-04-20 17:34:04 +0400
commit8efcd2ce852e73af770d5c6b99407119244eb684 (patch)
tree10d99a71de4c33ca5858e0af988cd2af6a75dfbf
parentcd04e9e04897fcc9186d6f12e0de8d9e30a21f92 (diff)
Pointing to torch demos repo.
-rw-r--r--doktutorial/index.dok7
1 files changed, 6 insertions, 1 deletions
diff --git a/doktutorial/index.dok b/doktutorial/index.dok
index b424a14..1e102c0 100644
--- a/doktutorial/index.dok
+++ b/doktutorial/index.dok
@@ -448,7 +448,7 @@ end
Super!
-===== Concluding remarks =====
+===== Concluding remarks / going further =====
That's the end of this tutorial, but not the end of what you have left
to discover of Torch! To explore more of Torch, you should take a look
@@ -458,4 +458,9 @@ Torch object types. The Torch library reference manual is available
[[..:index|here]] and the external torch packages installed on your
system can be viewed [[..:torch:index|here]].
+We've also compiled a couple of demonstrations and tutorial scripts
+that demonstrate how to train more complex models, and build gui-based
+demos, and so on... All of these can be found in
+[[http://github.com/andresy/torch-demos|this repo]].
+
Good luck and have fun!