From 090a3034b1d528493cbc6fb18f01dd05a40cc886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Orosz?= Date: Wed, 16 Nov 2022 09:04:24 +0100 Subject: [PATCH] Added Tribou --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e0feec..a73eab2 100644 --- a/README.md +++ b/README.md @@ -541,6 +541,7 @@ Read the paper [here](https://arxiv.org/abs/1902.06714). * [Stanford Classifier](https://nlp.stanford.edu/software/classifier.shtml) - A classifier is a machine learning tool that will take data items and place them into one of k classes. * [Smile](https://haifengl.github.io/) - Statistical Machine Intelligence & Learning Engine. * [SystemML](https://github.com/apache/systemml) - flexible, scalable machine learning (ML) language. +* [Tribou](https://tribuo.org) - a machine learning library written in Java by Oracle. * [Weka](https://www.cs.waikato.ac.nz/ml/weka/) - Weka is a collection of machine learning algorithms for data mining tasks. * [LBJava](https://github.com/CogComp/lbjava) - Learning Based Java is a modelling language for the rapid development of software systems, offers a convenient, declarative syntax for classifier and constraint definition directly in terms of the objects in the programmer's application. * [knn-java-library](https://github.com/felipexw/knn-java-library) - Just a simple implementation of K-Nearest Neighbors algorithm using with a bunch of similarity measures.