From: Francois Fleuret Date: Sat, 14 Jan 2017 17:21:38 +0000 (+0100) Subject: Added some links. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=dagnn.git;a=commitdiff_plain;h=f13855d442ddf0fc5dbecbd25622eadb67685ffb Added some links. --- diff --git a/README.md b/README.md index 869a1d9..3df18f5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Introduction # -This package implements a new module nn.DAG for the torch framework, -which inherits from nn.Container and allows to combine modules in an -arbitrary graph without cycle. +This package implements a new module nn.DAG for the [torch framework](https://torch.ch), +which inherits from [nn.Container](https://github.com/torch/nn/blob/master/Container.lua) and allows to combine modules in an +arbitrary [Directed Acyclic Graph (DAG).](https://en.wikipedia.org/wiki/Directed_acyclic_graph) ## Example ##