The setting of regularization and the type of activation function in Neural Network

learner2020
learner2020 New Altair Community Member
edited November 2024 in Community Q&A
The question is how to set regularization and its value, and how to change the type of activation function in the Neural Network module in Rapidminer.
If we could not change related settings, whether python code could be realised to achieve such kind of parameters' setting.
Any reply will be appreciated.
Tagged:

Best Answers

  • Telcontar120
    Telcontar120 New Altair Community Member
    Answer ✓
    These control are not available in the simple Neural Net operator, but the Deep Learning operator has the ability to change the activation function, and the Deep Learning extension has even more controls.  And you can always utilize any python model you want with the python scripting extension.

Answers

  • Telcontar120
    Telcontar120 New Altair Community Member
    Answer ✓
    These control are not available in the simple Neural Net operator, but the Deep Learning operator has the ability to change the activation function, and the Deep Learning extension has even more controls.  And you can always utilize any python model you want with the python scripting extension.
  • learner2020
    learner2020 New Altair Community Member
    Thank you for your reply.
    This is the setting from another data mining software for Neural Network.
    How about the solver,
    and whether we can set the activation function for one special layer?