From 8fef239c196c71ca26591a7e5028b52e3077e4bf Mon Sep 17 00:00:00 2001 From: SARANYA233 Date: Sat, 15 Jan 2022 07:17:51 +0530 Subject: [PATCH] sort the Algorithms --- Machine-Learning/Sources.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/Machine-Learning/Sources.md b/Machine-Learning/Sources.md index afa31349..8a71f52c 100644 --- a/Machine-Learning/Sources.md +++ b/Machine-Learning/Sources.md @@ -142,27 +142,28 @@ category: Libraries ### Algorithms -* Kernel Density Estimation and Non-parametric Bayes Classifier -* K-Means * Affinity Propagation +* Apriori +* Autoencoders +* Bagging and boosting +* Bootstrapped SVM +* DBSCAN +* Decision Tree +* Dimensionality Reduction +* Fast Singular Value Decomposition * Hierarchical clustering/Agglomerative clustering +* Kernel Density Estimation and Non-parametric Bayes Classifier * Kernel Principal Components Analysis +* K-Means +* Linear Discriminant Analysis (LDA) * Linear Regression * Logistic Regression * Neighbors (Nearest, Farthest, Range, k, Classification) * Non-Negative Matrix Factorization -* Support Vector Machines -* Dimensionality Reduction -* Fast Singular Value Decomposition -* Decision Tree -* Random Forest -* Bootstrapped SVM -* DBSCAN * Principal Component Analysis(PCA) -* Linear Discriminant Analysis (LDA) -* Autoencoders -* Bagging and boosting -* Apriori +* Random Forest +* Support Vector Machines + [⬆ Back to Top](#table-of-contents)