NNFS
Neural network library from scratch
|
This is the complete list of members for NNFS::CCE, including all inherited members.
backward(Eigen::MatrixXd &out, const Eigen::MatrixXd &predictions, const Eigen::MatrixXd &labels) const | NNFS::CCE | inlinevirtual |
calculate(double &loss, const Eigen::MatrixXd &predictions, const Eigen::MatrixXd &labels) | NNFS::Loss | inline |
CCE() | NNFS::CCE | inline |
forward(Eigen::MatrixXd &sample_losses, const Eigen::MatrixXd &predictions, const Eigen::MatrixXd &labels) const | NNFS::CCE | inlinevirtual |
Loss(LossType type) | NNFS::Loss | inline |
regularization_loss(const std::shared_ptr< Dense > &layer) | NNFS::Loss | inline |
type | NNFS::Loss | |
~Loss()=default | NNFS::Loss | virtual |