#include <MultiClassEntropy.h>
|
|
void | check_target_data (const Matrix &target) |
| |
|
void | check_target_data (const IntegerVector &target) |
| |
|
void | evaluate (const Matrix &prev_layer_data, const Matrix &target) |
| |
|
void | evaluate (const Matrix &prev_layer_data, const IntegerVector &target) |
| |
|
const Matrix & | backprop_data () const |
| |
|
Scalar | loss () const |
| |
Multi-class classification output layer using cross-entropy criterion
Definition at line 16 of file MultiClassEntropy.h.
The documentation for this class was generated from the following file: