Showing posts with label Activation Functions. Show all posts
Showing posts with label Activation Functions. Show all posts

Friday, February 8, 2008

What kind of activation functions for Neural Networks are supported by ADAPA?

ADAPA supports all the PMML 3.2 list of activation functions for the Neural Network model element.

In PMML, activations functions are divided into two groups. Group 1 contains the following functions:
  • threshold
  • logistic
  • tanh
  • identity
  • exponential
  • reciprocal
  • square
  • Gauss
  • sine
  • cosine
  • Elliott
  • arctan
Group 2 contains only one function:
  • radialBasis
For more details, please take a look at the PMML 3.2 Neural Network specification.