Create neural network
Creates a neural network from a given structure template and a dictionary of custom parameters.
Note: the current version of Protopipe does not yet support the parameterization of neural networks, but this feature will be available in the future.
Inputs
-
Structure — NeuralNetworkStructure
Structure of the neural network.
-
Parameter values — DynamicObject
Custom parameters for building the resulting neural network.
Outputs
-
Neural network — NeuralNetwork
Resulting neural network.