Skip to content
Advertisement

In a convolutional neural network, how do I use Maxout instead of ReLU as an activation function?

JavaScript

How do I use Maxout instead of’relu’ for activation?

Advertisement

Answer

You can use tensorflow_addons.layers.Maxout to add Maxout Activation function

JavaScript

You can install tensorflow_addons by:

JavaScript
Advertisement