Skip to content

Commit

Permalink
Add wikipedia links
Browse files Browse the repository at this point in the history
  • Loading branch information
hmert committed Oct 31, 2023
1 parent 7bef2de commit 87c7d36
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,16 +292,18 @@ These are some Machine Learning and Data Mining algorithms and models help you t

#### Data Mining Algorithms

- C4.5
- k-Means
- [SVM](https://en.wikipedia.org/wiki/Support_vector_machine)
- Apriori
- EM
- PageRank
- AdaBoost
- KNN
- Naive Bayes
- CART
- [C4.5](https://en.wikipedia.org/wiki/C4.5_algorithm)
- [k-Means](https://en.wikipedia.org/wiki/K-means_clustering)
- [SVM (Support Vector Machine)](https://en.wikipedia.org/wiki/Support_vector_machine)
- [Apriori](https://en.wikipedia.org/wiki/Apriori_algorithm)
- [EM (Expectation-Maximization)](https://en.wikipedia.org/wiki/Expectation%E2%80%93maximization_algorithm)
- [PageRank](https://en.wikipedia.org/wiki/PageRank)
- [AdaBoost](https://en.wikipedia.org/wiki/AdaBoost)
- [KNN (K-Nearest Neighbors)](https://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm)
- [Naive Bayes](https://en.wikipedia.org/wiki/Naive_Bayes_classifier)
- [CART (Classification and Regression Trees)](https://en.wikipedia.org/wiki/Decision_tree_learning)



#### Deep Learning architectures

Expand Down

0 comments on commit 87c7d36

Please sign in to comment.