Skip to content

RaresMarta/Java-ML-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Machine Learning Library

Overview

This project is a simple machine learning library implemented in Java, featuring three classification algorithms:

  • Naïve Bayes
  • K-Nearest Neighbors (KNN)
  • Perceptron

Features

  • Supports binary classification
  • Allows custom train-test data split
  • Provides evaluation metrics (Accuracy, Precision, Recall)
  • Includes a GUI for model selection, training, and testing

About

Binary classification library in Java with Perceptron, KNN, and Naive Bayes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages