NeuralNet 1.0
Loading...
Searching...
No Matches
NeuralNet::MCE Class Reference

#include <MCE.hpp>

Inheritance diagram for NeuralNet::MCE:
NeuralNet::Loss

Static Public Member Functions

static double cmpLoss (const Eigen::MatrixXd &o, const Eigen::MatrixXd &y)
 
static Eigen::MatrixXd cmpLossGrad (const Eigen::MatrixXd &yHat, const Eigen::MatrixXd &y)
 
- Static Public Member Functions inherited from NeuralNet::Loss
static double cmpLoss (const Eigen::MatrixXd &o, const Eigen::MatrixXd &y)
 This function computes the loss of the current iteration.
 
static Eigen::MatrixXd cmpLossGrad (const Eigen::MatrixXd &yHat, const Eigen::MatrixXd &y)
 This function computes the loss gradient w.r.t the outputs.
 

Detailed Description

Multi-class Cross Entropy


The documentation for this class was generated from the following file: