Deep Learning Algorithm Implementations 1.0.0
C++ implementations of fundamental deep learning algorithms
|
Abstract base class for activation functions. More...
#include <functions.hpp>
Public Member Functions | |
virtual | ~ActivationFunction ()=default |
Virtual destructor for proper cleanup. | |
Abstract base class for activation functions.
This class defines the common interface that all activation functions must implement. Activation functions are essential components in neural networks that introduce non-linearity to the model.
Definition at line 26 of file functions.hpp.
|
virtualdefault |
Virtual destructor for proper cleanup.