Some Machine Learning algorithms, implemented in python
- K-Means : Randomly generates points and clusters them.
- Linear-Regession : Fits a line through 2D points.
- Naive-Bayes : SMS Spam detection.
- color-scheme-from-image : Builds a Self Organizing Map on image and derive color scheme.
- decision-tree : ID3 decision tree to predict car acceptability with xml serialization for model.
- mining-association-rules : Apriori algorithm to find association rules in retail data.
Some other implementations, in python
Some other implementations, in Java 8