tidymodels / parsnip

A tidy unified interface to models
https://parsnip.tidymodels.org
Other
564 stars 78 forks source link

Option to use SELU for the activation layer in mlp via keras #1127

Open obgeneralao opened 1 week ago

obgeneralao commented 1 week ago

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.