|
NeuralNet 1.0
|
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 = "smax" |
Static Public Attributes inherited from NeuralNet::Activation | |
| static std::string | slug = "actv" |