Skip to content

Instantly share code, notes, and snippets.

@shawnhermans
Created September 9, 2015 16:30
Show Gist options
  • Save shawnhermans/eea6fd3a1b8b77f9919b to your computer and use it in GitHub Desktop.
Save shawnhermans/eea6fd3a1b8b77f9919b to your computer and use it in GitHub Desktop.

Resources and References

My List

This is currently a running list of algorithms. Not many additional details at this time.

  • Generalized Linear models (including Logistic Regression)
  • Random Forest
  • Kernel Density Estimation and Non-parametric Bayes Classifiers
  • PCA
  • Linear Regression
  • Naive Bayes
  • Restricted Boltzmann Machines
  • Markov Chain Monte Carlo
  • HyperLogLog
  • Pregel
  • SVM
  • Hashing Trick
  • word2vec

UVM Candidate List

Taken from http://www.cs.uvm.edu/~icdm/algorithms/CandidateList.shtml

Classification

  • C4.5
  • CART
  • K Nearest Neighbours
  • Naive Bayes

Statistical Learning

  • SVM
  • EM

Association Analysis

  • Apriori
  • FP-Tree

Link Mining

  • PageRank
  • HITS

Clustering

  • K-Means
  • BIRTH

Bagging and Boosting

  • AdaBoost
  • GSP
  • PrefixSpan

Integrated Mining

  • CBA

Rough Sets

  • Finding reduct

Graph Mining

  • gSpan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment