From a906b290f92689d79246839467ad9d808d129bbc Mon Sep 17 00:00:00 2001 From: Alireza Dirafzoon Date: Thu, 14 Dec 2023 14:23:21 -0800 Subject: [PATCH] Update ml-coding.md --- src/MLC/ml-coding.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/MLC/ml-coding.md b/src/MLC/ml-coding.md index 7289c33..5d591cb 100644 --- a/src/MLC/ml-coding.md +++ b/src/MLC/ml-coding.md @@ -24,7 +24,9 @@ ML coding module may or may not exist in particular companies interviews. The go - Softmax ([code](./notebooks/softmax.ipynb)) - Convolution ([code](./notebooks/convolution.ipynb)) - CNN - - RNN + - RNN +## ML Metrics +- tpr, fpr, confusion matrix, ROC AUC, etc ## Sampling - stratified sampling ([link](https://towardsdatascience.com/the-5-sampling-algorithms-every-data-scientist-need-to-know-43c7bc11d17c))