Deep Learning Algorithm Implementations 1.0.0
C++ implementations of fundamental deep learning algorithms
Loading...
Searching...
No Matches
dl::activation Namespace Reference

Classes

class  ActivationFunction
 Abstract base class for activation functions. More...
 
class  LeakyReLU
 Leaky Rectified Linear Unit (Leaky ReLU) activation function. More...
 
class  ReLU
 Rectified Linear Unit (ReLU) activation function. More...
 
class  Sigmoid
 Sigmoid activation function. More...
 
class  Softmax
 Softmax activation function. More...
 
class  Tanh
 Hyperbolic tangent (Tanh) activation function. More...