MLask 1.0.0
A custom c++ deep learning library
Loading...
Searching...
No Matches
Public Member Functions | List of all members
mlask::DerivedBinaryCrossEntropy Struct Reference

Derived Binary Cross-Entropy Error Function. More...

#include <BinaryCrossEntropy.hpp>

Public Member Functions

float_t operator() (float_t result, float_t expected) const
 
float_t operator() (float_t result, float_t expected) const
 

Detailed Description

Derived Binary Cross-Entropy Error Function.

Derived Categorical Cross-Entropy Error Function.

Member Function Documentation

◆ operator()() [1/2]

float_t mlask::DerivedBinaryCrossEntropy::operator() ( float_t  result,
float_t  expected 
) const
inline

◆ operator()() [2/2]

float_t mlask::DerivedBinaryCrossEntropy::operator() ( float_t  result,
float_t  expected 
) const
inline

The documentation for this struct was generated from the following files: