Skip to content

jds375/OpenML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenML

An open source project for building Machine Learning algorithms, specifically in Java.

INPUT:
Input is in modified SVM-light format. In this modified format all feature vectors must be the same length and have an entry for every point in the feature vector. Thus, "-1 0:4 1:0 2:4" and "1 0:4 2:3" would not be valid inputs for feature vectors because the vectors do not have the same number of features and the second vector is lacking a value at index 1.

CURRENT ALGORITHMS:
-Unweighted K-Nearest Neighbors
-Weighted K-Nearest Neighbors
-Regressive K-Nearest Neighbors
-Primal Perceptron
-Dual Perceptron
-Naive Bayes
-Laplace Smoothed Naive Bayes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published