Skip to content

Commit

Permalink
some Data mining algorithms added
Browse files Browse the repository at this point in the history
  • Loading branch information
erolrecep committed Feb 19, 2015
1 parent 6e666f3 commit 0244ddd
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion Algorithms.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 **


0 comments on commit 0244ddd

Please sign in to comment.