File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments