X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=dagnn.git;a=blobdiff_plain;f=README.md;h=3df18f5a24e81ae09837bf704479818ae288844e;hp=869a1d97c09df81fd886168e78159bc56b7f8bdf;hb=f13855d442ddf0fc5dbecbd25622eadb67685ffb;hpb=59490d9da93f28283c79d44a5e7c791cbd623b24 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 ##