Last active
August 23, 2018 21:17
Revisions
-
aaizemberg revised this gist
Aug 23, 2018 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ # Top 10 algorithms in data mining [SURVEY PAPER - Top 10 algorithms in data mining](http://www.cs.umd.edu/~samir/498/10Algorithms-08.pdf) 1. [C4.5](https://en.wikipedia.org/wiki/C4.5_algorithm) 2. [k-Means](https://en.wikipedia.org/wiki/K-means_clustering) 3. [SVM](https://en.wikipedia.org/wiki/Support_vector_machine) @@ -9,6 +11,4 @@ 7. [AdaBoost](https://en.wikipedia.org/wiki/AdaBoost) 8. [kNN](https://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm) 9. [Naive Bayes](https://en.wikipedia.org/wiki/Naive_Bayes_classifier) 10. [CART](https://en.wikipedia.org/wiki/Predictive_analytics#Classification_and_regression_trees_.28CART.29) -
aaizemberg revised this gist
Aug 23, 2018 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,4 +9,6 @@ 7. [AdaBoost](https://en.wikipedia.org/wiki/AdaBoost) 8. [kNN](https://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm) 9. [Naive Bayes](https://en.wikipedia.org/wiki/Naive_Bayes_classifier) 10. [CART](https://en.wikipedia.org/wiki/Predictive_analytics#Classification_and_regression_trees_.28CART.29) [SURVEY PAPER - Top 10 algorithms in data mining](http://www.cs.umd.edu/~samir/498/10Algorithms-08.pdf) -
aaizemberg revised this gist
Aug 23, 2018 . 1 changed file with 9 additions and 9 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,12 @@ # Top 10 algorithms in data mining 1. [C4.5](https://en.wikipedia.org/wiki/C4.5_algorithm) 2. [k-Means](https://en.wikipedia.org/wiki/K-means_clustering) 3. [SVM](https://en.wikipedia.org/wiki/Support_vector_machine) 4. [Apriori](https://en.wikipedia.org/wiki/Apriori_algorithm) 5. [EM](https://en.wikipedia.org/wiki/Expectation%E2%80%93maximization_algorithm) 6. [PageRank](https://en.wikipedia.org/wiki/PageRank) 7. [AdaBoost](https://en.wikipedia.org/wiki/AdaBoost) 8. [kNN](https://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm) 9. [Naive Bayes](https://en.wikipedia.org/wiki/Naive_Bayes_classifier) 10. [CART](https://en.wikipedia.org/wiki/Predictive_analytics#Classification_and_regression_trees_.28CART.29) -
aaizemberg revised this gist
Aug 23, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # Top 10 algorithms in data mining 1. [C4.5](https://en.wikipedia.org/wiki/C4.5_algorithm) 2. k-Means 3. SVM 4. Apriori -
aaizemberg created this gist
Aug 23, 2018 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ # Top 10 algorithms in data mining 1. C4.5 2. k-Means 3. SVM 4. Apriori 5. EM 6. PageRank 7. AdaBoost 8. kNN 9. Naive Bayes 10. CART