Holds enumeration of all available functions.
More...
#include <Activation_Functions.h>
List of all members.
Detailed Description
Holds enumeration of all available functions.
Member Enumeration Documentation
Function type.
- Enumerator:
| tanh |
Hyperbolic tangent.
|
| pass_through |
y(x) = x.
|
| max_type |
Always should be the last member of enum to represent its size.
|