From 754b7d092cf350d74dd40531eebc398e0cbafd6e Mon Sep 17 00:00:00 2001 From: milancurcic Date: Fri, 14 Jun 2024 12:00:51 -0400 Subject: [PATCH] Mention metrics in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8b2174..054582b 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Read the paper [here](https://arxiv.org/abs/1902.06714). * Stochastic gradient descent optimizers: Classic, momentum, Nesterov momentum, RMSProp, Adagrad, Adam, AdamW * More than a dozen activation functions and their derivatives +* Loss functions and metrics: Quadratic, Mean Squared Error, Pearson Correlation etc. * Loading dense and convolutional models from Keras HDF5 (.h5) files * Data-based parallelism