Skip to content

Instantly share code, notes, and snippets.

@aaizemberg
Last active August 23, 2018 21:17

Revisions

  1. aaizemberg revised this gist Aug 23, 2018. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions readme.md
    Original 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)

    [SURVEY PAPER - Top 10 algorithms in data mining](http://www.cs.umd.edu/~samir/498/10Algorithms-08.pdf)
    10. [CART](https://en.wikipedia.org/wiki/Predictive_analytics#Classification_and_regression_trees_.28CART.29)
  2. aaizemberg revised this gist Aug 23, 2018. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion readme.md
    Original 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)
    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)
  3. aaizemberg revised this gist Aug 23, 2018. 1 changed file with 9 additions and 9 deletions.
    18 changes: 9 additions & 9 deletions readme.md
    Original 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
    3. SVM
    4. Apriori
    5. EM
    6. PageRank
    7. AdaBoost
    8. kNN
    9. Naive Bayes
    10. CART
    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)
  4. aaizemberg revised this gist Aug 23, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion readme.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # Top 10 algorithms in data mining

    1. C4.5
    1. [C4.5](https://en.wikipedia.org/wiki/C4.5_algorithm)
    2. k-Means
    3. SVM
    4. Apriori
  5. aaizemberg created this gist Aug 23, 2018.
    12 changes: 12 additions & 0 deletions readme.md
    Original 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