![]() |
ROOT 6.08/07 Reference Guide |
#include "TMVA/DNN/Architectures/Reference.h"
#include "TMVA/DNN/Functions.h"
#include "TMVA/DNN/Net.h"
#include "Utility.h"
Functions | |
template<typename Architecture > | |
auto | testCrossEntropy (size_t ntests) -> typename Architecture::Scalar_t |
template<typename Architecture > | |
auto | testCrossEntropyGradients (size_t ntests) -> typename Architecture::Scalar_t |
template<typename Architecture > | |
auto | testMeanSquaredError (size_t ntests) -> typename Architecture::Scalar_t |
template<typename Architecture > | |
auto | testMeanSquaredErrorGradients (size_t ntests) -> typename Architecture::Scalar_t |
template<typename Architecture > | |
auto | testSoftmaxCrossEntropy (size_t ntests) -> typename Architecture::Scalar_t |
template<typename Architecture > | |
auto | testSoftmaxCrossEntropyGradients (size_t ntests) -> typename Architecture::Scalar_t |
auto testCrossEntropy | ( | size_t | ntests | ) | -> typename Architecture::Scalar_t |
Definition at line 114 of file TestLossFunctions.h.
auto testCrossEntropyGradients | ( | size_t | ntests | ) | -> typename Architecture::Scalar_t |
Definition at line 158 of file TestLossFunctions.h.
auto testMeanSquaredError | ( | size_t | ntests | ) | -> typename Architecture::Scalar_t |
Definition at line 34 of file TestLossFunctions.h.
auto testMeanSquaredErrorGradients | ( | size_t | ntests | ) | -> typename Architecture::Scalar_t |
Definition at line 73 of file TestLossFunctions.h.
auto testSoftmaxCrossEntropy | ( | size_t | ntests | ) | -> typename Architecture::Scalar_t |
Definition at line 201 of file TestLossFunctions.h.
auto testSoftmaxCrossEntropyGradients | ( | size_t | ntests | ) | -> typename Architecture::Scalar_t |
Definition at line 249 of file TestLossFunctions.h.