Is it possible to add "_selu_" activation function for Multilayer perceptron via _keras_? How to use "_Adamax_" optimizer instead of the default "_Adam_"? I am using _keras==2.15_ and _tensorflow==2.15_ and _parsnip==1.2.1_. Thanks a lot.
Is it possible to add "selu" activation function for Multilayer perceptron via keras?
How to use "Adamax" optimizer instead of the default "Adam"?
I am using keras==2.15 and tensorflow==2.15 and parsnip==1.2.1.
Thanks a lot.