NNFS
Neural network library from scratch
|
This is the complete list of members for NNFS::Softmax, including all inherited members.
_forward_input | NNFS::Activation | protected |
_forward_output | NNFS::Softmax | |
Activation(ActivationType activation_type) | NNFS::Activation | inline |
activation_type | NNFS::Activation | |
backward(Eigen::MatrixXd &out, const Eigen::MatrixXd &dx) override | NNFS::Softmax | inlinevirtual |
equation(Eigen::MatrixXd &out, const Eigen::MatrixXd &x) | NNFS::Softmax | inline |
forward(Eigen::MatrixXd &out, const Eigen::MatrixXd &x) override | NNFS::Softmax | inlinevirtual |
Layer(LayerType type) | NNFS::Layer | inline |
Softmax() | NNFS::Softmax | inline |
type | NNFS::Layer | |
~Layer()=default | NNFS::Layer | virtual |