|
nnlib
GPU-accelerated, C/C++ neural network library.
|
Header file declaring different loss functions. More...
Go to the source code of this file.
Classes | |
| class | Loss |
| Abstract class representing a loss function. More... | |
| class | MeanSquaredError |
| Class representing the Mean Squared Error. More... | |
| class | BinaryCrossEntropy |
| Class representing the Binary Cross Entropy. More... | |
| class | CategoricalCrossEntropy |
| Class representing the Categorical Cross Entropy. More... | |
Header file declaring different loss functions.