Public Types

Activation_Functions::Function Struct Reference

Holds enumeration of all available functions. More...

#include <Activation_Functions.h>

List of all members.

Public Types

enum  Type { tanh, pass_through, max_type }
 

Function type.

More...

Detailed Description

Holds enumeration of all available functions.


Member Enumeration Documentation

enum Type

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.

MCPN Logo
kr0st © 2010