Skip to content

mdzierzecki/machine-learning-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine learning tools

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

About

machine learning tools written in raw Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages