
Go to the source code of this file.
Classes | |
| class | BCELoss< InputDataType, OutputDataType > |
| The binary-cross-entropy performance function measures the Binary Cross Entropy between the target and the output. More... | |
Namespaces | |
| mlpack | |
Linear algebra utility functions, generally performed on matrices or vectors. | |
| mlpack::ann | |
Artificial Neural Network. | |
Typedefs | |
template < typename InputDataType = arma::mat , typename OutputDataType = arma::mat > | |
| using | CrossEntropyError = BCELoss< InputDataType, OutputDataType > |
| Adding alias of BCELoss. More... | |