Construct a DAGNetwork with the given inputs and outputs.
The inputs provided when the DAGNetwork was constructed.
The Operation objects produced by the output layers provided during construction.
The sum of all the parameter loss terms.
An associative array of projection operations that should be applied to parameters during optimisation.
An array of all the Operation nodes in the graph representing network parameters.
Separate Operation objects produced by the output layers provided during constructions.
Encapsulates the details of a network with a directed acyclic graph structure.
This class does not provide facilities to actually train the network---that can be accomplished with the dopt.online package.