NNFS
Neural network library from scratch
|
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) const | NNFS::CCESoftmax | inlinevirtual |
calculate(double &loss, const Eigen::MatrixXd &predictions, const Eigen::MatrixXd &labels) | NNFS::Loss | inline |
CCESoftmax(std::shared_ptr< Softmax > softmax, std::shared_ptr< CCE > cce) | NNFS::CCESoftmax | inline |
forward(Eigen::MatrixXd &sample_losses, const Eigen::MatrixXd &predictions, const Eigen::MatrixXd &labels) const | NNFS::CCESoftmax | inlinevirtual |
Loss(LossType type) | NNFS::Loss | inline |
regularization_loss(const std::shared_ptr< Dense > &layer) | NNFS::Loss | inline |
softmax_out() const | NNFS::CCESoftmax | inline |
type | NNFS::Loss | |
~Loss()=default | NNFS::Loss | virtual |