|
NNFS
Neural network library from scratch
|
This is the complete list of members for NNFS::Loss, including all inherited members.
| backward(Eigen::MatrixXd &out, const Eigen::MatrixXd &predictions, const Eigen::MatrixXd &labels) const =0 | NNFS::Loss | pure virtual |
| calculate(double &loss, const Eigen::MatrixXd &predictions, const Eigen::MatrixXd &labels) | NNFS::Loss | inline |
| forward(Eigen::MatrixXd &sample_losses, const Eigen::MatrixXd &predictions, const Eigen::MatrixXd &labels) const =0 | NNFS::Loss | pure virtual |
| 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 |