Neural Network Modules#

LinearNN

Module that implements a single linear NN layer

NonnegativeLinearNN

Module that implements a single linear NN layer with non-negative weights and biases.