Loss Functions
Cross Entropy
Cross Entropy is usually used in multiclass classification tasks.
Pareto Optimization
: An area of multiple criteria decision making that is concerned with mathematical optimization problems involving more than one objective functions to be optimized simultaneously.
Cross Entropy using Numpy
1 2 3 4 5 6 7 |
|