From f53f2c2e4a9579411b047414b9b65f7611cc20d4 Mon Sep 17 00:00:00 2001 From: marc <78002988+novak-99@users.noreply.github.com> Date: Fri, 24 Sep 2021 16:45:10 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 82e0958..f09084a 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ The result will be the model's predictions for the entire dataset. - Gaussian CDF - RELU - GELU + - Sign - Unit Step - Sinh - Cosh @@ -132,6 +133,7 @@ The result will be the model's predictions for the entire dataset. 1. Multinomial Naive Bayes 2. Bernoulli Naive Bayes 3. Gaussian Naive Bayes +8. ***Support Vector Classification*** 8. ***K-Means*** 9. ***k-Nearest Neighbors*** 10. ***Outlier Finder (Using z-scores)***