Neural
Neural::SoftPlus Class Reference

#include <activation.h>

Inheritance diagram for Neural::SoftPlus:
Collaboration diagram for Neural::SoftPlus:

Public Member Functions

 SoftPlus ()
 
virtual Eigen::MatrixXd Compute (Eigen::MatrixXd x)
 
virtual Eigen::MatrixXd ComputePrime (Eigen::MatrixXd x)
 
- Public Member Functions inherited from Neural::Activation
 Activation ()
 
std::string getType ()
 

Additional Inherited Members

- Protected Attributes inherited from Neural::Activation
std::string m_type
 

Constructor & Destructor Documentation

◆ SoftPlus()

Neural::SoftPlus::SoftPlus ( )
inline

Member Function Documentation

◆ Compute()

virtual Eigen::MatrixXd Neural::SoftPlus::Compute ( Eigen::MatrixXd  x)
inlinevirtual

Implements Neural::Activation.

◆ ComputePrime()

virtual Eigen::MatrixXd Neural::SoftPlus::ComputePrime ( Eigen::MatrixXd  x)
inlinevirtual

Implements Neural::Activation.


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