From 0244ddd3d01f87f8d4252b3ba0c71daeb6daa837 Mon Sep 17 00:00:00 2001 From: erolrecep Date: Thu, 19 Feb 2015 17:15:27 -0600 Subject: [PATCH] some Data mining algorithms added --- Algorithms.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Algorithms.md b/Algorithms.md index 2fcffb91..7d018060 100644 --- a/Algorithms.md +++ b/Algorithms.md @@ -1,5 +1,5 @@ # Algorithms -These are some Machine Learning and Data Mining algorithms and models to help you understand your data and derive meaning from it. +These are some Machine Learning and Data Mining algorithms and models help you to understand your data and derive meaning from it. ### Supervised Learning - Regression @@ -36,3 +36,19 @@ These are some Machine Learning and Data Mining algorithms and models to help yo - Q Learning - SARSA (State-Action-Reward-State-Action) algorithm - Temporal difference learning + +### Data Mining Algorithms + * C4.5 + * k-Means + * SVM + * Apriori + * EM + * PageRank + * AdaBoost + * kNN + * Naive Bayes + * CART + +**Also,you can find most data mining algorithms in [WEKA](http://www.cs.waikato.ac.nz/ml/weka/) program easily ** + +