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

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

backward(Eigen::MatrixXd &out, const Eigen::MatrixXd &predictions, const Eigen::MatrixXd &labels) constNNFS::CCESoftmaxinlinevirtual
calculate(double &loss, const Eigen::MatrixXd &predictions, const Eigen::MatrixXd &labels)NNFS::Lossinline
CCESoftmax(std::shared_ptr< Softmax > softmax, std::shared_ptr< CCE > cce)NNFS::CCESoftmaxinline
forward(Eigen::MatrixXd &sample_losses, const Eigen::MatrixXd &predictions, const Eigen::MatrixXd &labels) constNNFS::CCESoftmaxinlinevirtual
Loss(LossType type)NNFS::Lossinline
regularization_loss(const std::shared_ptr< Dense > &layer)NNFS::Lossinline
softmax_out() constNNFS::CCESoftmaxinline
typeNNFS::Loss
~Loss()=defaultNNFS::Lossvirtual