NeuralNet 1.0
Loading...
Searching...
No Matches
NeuralNet::Relu Class Reference
Inheritance diagram for NeuralNet::Relu:
NeuralNet::Activation

Static Public Member Functions

static Eigen::MatrixXd activate (const Eigen::MatrixXd &z)
 
static Eigen::MatrixXd diff (const Eigen::MatrixXd &a)
 
- Static Public Member Functions inherited from NeuralNet::Activation
static Eigen::MatrixXd activate (const Eigen::MatrixXd &z)
 Activate a layer's outputs.
 
static Eigen::MatrixXd diff (const Eigen::MatrixXd &a)
 Compute the derivative of the activation function.
 

Static Public Attributes

static std::string slug = "rel"
 
- Static Public Attributes inherited from NeuralNet::Activation
static std::string slug = "actv"
 

The documentation for this class was generated from the following file: