Skip to content
David Ray edited this page Jun 14, 2015 · 4 revisions

The Network is the outer container of all components. In normal use, it is the primary and only interface through which applications will interact. As you can see above, a Network is composed of Regions, which are in turn composed of Layers. The Layer being the unit of computation or processing as the figure above states.

To create a Network, you simply call the static factory method on Network like this:

Network.create("Optional Name", <Some Parameters>);