activations#

Internal module to make MIP modeling of activation functions.

Classes

Identity()

Class to apply identity activation on a neural network layer.

ReLU()

Class to apply the ReLU activation on a neural network layer.