NNFS
Neural network library from scratch
Loading...
Searching...
No Matches
NNFS::Softmax Member List

This is the complete list of members for NNFS::Softmax, including all inherited members.

_forward_inputNNFS::Activationprotected
_forward_outputNNFS::Softmax
Activation(ActivationType activation_type)NNFS::Activationinline
activation_typeNNFS::Activation
backward(Eigen::MatrixXd &out, const Eigen::MatrixXd &dx) overrideNNFS::Softmaxinlinevirtual
equation(Eigen::MatrixXd &out, const Eigen::MatrixXd &x)NNFS::Softmaxinline
forward(Eigen::MatrixXd &out, const Eigen::MatrixXd &x) overrideNNFS::Softmaxinlinevirtual
Layer(LayerType type)NNFS::Layerinline
Softmax()NNFS::Softmaxinline
typeNNFS::Layer
~Layer()=defaultNNFS::Layervirtual