From 7799a2793572cefb859e896da8c998e762daf80f Mon Sep 17 00:00:00 2001 From: marc <78002988+novak-99@users.noreply.github.com> Date: Fri, 31 Dec 2021 18:29:56 -0800 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cb9684a..01932d9 100644 --- a/README.md +++ b/README.md @@ -137,22 +137,24 @@ The result will be the model's predictions for the entire dataset. 2. Bernoulli Naive Bayes 3. Gaussian Naive Bayes 8. ***Support Vector Classification*** -9. ***K-Means*** -10. ***k-Nearest Neighbors*** -11. ***Outlier Finder (Using z-scores)*** -12. ***Matrix Decompositions*** + 1. Primal Formulation (Hinge Loss Objective) + 2. Dual Formulation (Via Lagrangian Multipliers) +10. ***K-Means*** +11. ***k-Nearest Neighbors*** +12. ***Outlier Finder (Using z-scores)*** +13. ***Matrix Decompositions*** 1. SVD Decomposition 2. Cholesky Decomposition - Positive Definiteness Checker 3. QR Decomposition -13. ***Numerical Analysis*** -14. ***Linear Algebra Module*** -15. ***Statistics Module*** -16. ***Data Processing Module*** +14. ***Numerical Analysis*** +15. ***Linear Algebra Module*** +16. ***Statistics Module*** +17. ***Data Processing Module*** 1. Setting and Printing Datasets 2. Feature Scaling 3. Mean Normalization - 4. One Hot Representation +S 5. Reverse One Hot Representation 17. ***Utilities*** 1. TP, FP, TN, FN function