#include <BinaryClassEntropy.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 |
| |
Binary classification output layer using cross-entropy criterion
Definition at line 16 of file BinaryClassEntropy.h.
The documentation for this class was generated from the following file: