unreal.ActivationFunction

class unreal.ActivationFunction

Bases: EnumBase

EActivation Function

C++ Source:

  • Plugin: RigLogic

  • Module: RigLogicModule

  • File: DNACommon.h

LEAKY_RE_LU: ActivationFunction

2

LINEAR: ActivationFunction

0

RE_LU: ActivationFunction

1

SIGMOID: ActivationFunction

4

TANH: ActivationFunction

3