Classify languages [Java] - it is a language classifier (English/Czech/German), which uses perceptron to do it
KNN - k-nearest neighbors algorithm [Java] - this program apply k-NN classifier based on the train set to each vector from the test set and produce the accuracy (here for flowers "Irsises")
Perceptron classifier [Java] - progam for cliassifing Irises which use perceptron to do it. It is a type of linear classifier, i.e. a classification algorithm that makes its predictions based on a linear predictor function combining a set of weights with the feature vector.
K-means [Java] - it displays the composition of the clusters and display some measure of "purity" of the clusters using k-Means clustering algorithm
Naive Bayes Classifier [Java] - this is a implementation of a naive bayes classifier on data from the Car set
-
Notifications
You must be signed in to change notification settings - Fork 0
mdzierzecki/machine-learning-tools
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
machine learning tools written in raw Java
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published