Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 430 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 430 Bytes

ML-Lib-Java

An under-development set of machine learning algorithms for java developers. They're designed to be as high level and easy to use as scikit-learn.

It only has K-Neighbours Classifier (lol even that ain't complete) and Neural network (single neuron for now (I'm still learning nn)).

name_of_classifier.java ---> Main file of that classifer. name_of_classifier_test.java ---> A file demonstating how to use it.