Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 453 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 453 Bytes

Machine Learning

The repo contains useful Java code for different machine learning techniques: Linear Regression, Multi Variable Linear Regression, Logistic Regression, K-Means, Top Down Induction of Decision Trees.

In the Future

The following algorithms will be added in near future: K-Nearest Neighboring, Fuzzy C-Means, Epsilon-Nearest Neighboring, Kernel Methods and Support Vector Machines, Examples about N-Fold Cross Validation and more.