ref: http://rnduja.github.io/2015/10/07/deep_learning_with_torch_step_4_nngraph/
doc: https://github.com/torch/nngraph/
The aim of this library is to provide users of nn package with tools to easily create complicated architectures.
luarocks install nngraph
optionally can install graphvis
for graph visualization.
From previous posts, to build networks ...