Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sort the Algorithms #379

Merged
merged 1 commit into from
Jan 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions Machine-Learning/Sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down