Geometric Mean
Last updated
Last updated
The geometric mean is another utility function used for calculating compound interest rates and analyzing investment returns. In machine learning, it is often used for averaging ratios or rates, such as in the geometric mean class probability for multi-class classification. The formal definition is provided below.\
To implement the GeometricMean
function, see the method signature below. Precision represents the number of decimal places and can be set between 0 and 18. It is applied to nums, weights and the output.
Under the hood, the following functions are utilized directly in the Neural client.