From 92f65dfeeab8e63ccf87aa39ca549dc7bee7633d Mon Sep 17 00:00:00 2001 From: ME0Mahmoudi <108656284+ME0Mahmoudi@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:51:45 +0330 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc2f184..3d60508 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ [16] Mean squared error loss. https://en.wikipedia.org/wiki/Mean_squared_error. [17] Mean absolute error loss. https://en.wikipedia.org/wiki/Mean_absolute_error. [18] Huber loss. https://en.wikipedia.org/wiki/Huber_loss. -[19] L1 and l2 regularization. https://www.analyticssteps.com/blogs/l2-and-l1-regularization-machine-learning. +[19] L1 and L2 regularization. https://www.analyticssteps.com/blogs/l2-and-l1-regularization-machine-learning. [20] Entropy regularization. https://paperswithcode.com/method/entropy-regularization. [21] K-fold cross validation. https://en.wikipedia.org/wiki/Cross-validation_(statistics). [22] Dropout paper. https://jmlr.org/papers/volume15/srivastava14a/srivastava14a.pdf.