See: Description
Interface | Description |
---|---|
ActivationFunction |
Common base interface for all activation functions used in layers.
|
Class | Description |
---|---|
LeakyRelu |
Leaky Rectified Linear Activation and its Derivative.
|
Linear |
Linear activation function and its derivative.
|
MathFunctions |
Misc math utility functions.
|
Relu |
Rectified Linear Activation and its Derivative.
|
Sigmoid |
Sigmoid activation function
|
Tanh |
Hyperbolic tangens activation function
|
Enum | Description |
---|---|
ActivationType |
Supported types of activation functions.
|
Copyright © 2022. All rights reserved.