tidymodels / parsnip

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

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

Open obgeneralao opened 5 months ago

obgeneralao commented 5 months 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.