4.2.2.13. Machine learning constraints
In this section: neural_net.
neural_net
predicate neural_net(array [int] of var float: inputs,
array [int] of int: input_ids,
array [int] of var float: outputs,
array [int] of int: output_ids,
array [int] of float: bias,
array [int] of float: edge_weight,
array [int] of int: edge_parent,
array [int] of int: first_edge,
NEURON_TYPE: neuron_type)
|
Constrain the output layer of a neural net to take the value defined by the input layer. Parameters:
|