Skip to content

Commit 87c7d36

Browse files
authored
Add wikipedia links
1 parent 7bef2de commit 87c7d36

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -292,16 +292,18 @@ These are some Machine Learning and Data Mining algorithms and models help you t
292292

293293
#### Data Mining Algorithms
294294

295-
- C4.5
296-
- k-Means
297-
- [SVM](https://en.wikipedia.org/wiki/Support_vector_machine)
298-
- Apriori
299-
- EM
300-
- PageRank
301-
- AdaBoost
302-
- KNN
303-
- Naive Bayes
304-
- CART
295+
- [C4.5](https://en.wikipedia.org/wiki/C4.5_algorithm)
296+
- [k-Means](https://en.wikipedia.org/wiki/K-means_clustering)
297+
- [SVM (Support Vector Machine)](https://en.wikipedia.org/wiki/Support_vector_machine)
298+
- [Apriori](https://en.wikipedia.org/wiki/Apriori_algorithm)
299+
- [EM (Expectation-Maximization)](https://en.wikipedia.org/wiki/Expectation%E2%80%93maximization_algorithm)
300+
- [PageRank](https://en.wikipedia.org/wiki/PageRank)
301+
- [AdaBoost](https://en.wikipedia.org/wiki/AdaBoost)
302+
- [KNN (K-Nearest Neighbors)](https://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm)
303+
- [Naive Bayes](https://en.wikipedia.org/wiki/Naive_Bayes_classifier)
304+
- [CART (Classification and Regression Trees)](https://en.wikipedia.org/wiki/Decision_tree_learning)
305+
306+
305307

306308
#### Deep Learning architectures
307309

0 commit comments

Comments
 (0)