From f13855d442ddf0fc5dbecbd25622eadb67685ffb Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Sat, 14 Jan 2017 18:21:38 +0100 Subject: [PATCH] Added some links. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ## -- 2.20.1