All Projects → EdwardRaff → Jsat

EdwardRaff / Jsat

Licence: gpl-3.0
Java Statistical Analysis Tool, a Java library for Machine Learning

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Jsat

M2cgen
Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart, Haskell, Ruby, F#, Rust) with zero dependencies
Stars: ✭ 1,962 (+187.26%)
Mutual labels:  machine-learning-algorithms, machine-learning-library
densratio py
A Python Package for Density Ratio Estimation
Stars: ✭ 112 (-83.6%)
Mutual labels:  machine-learning-algorithms, machine-learning-library
Igel
a delightful machine learning tool that allows you to train, test, and use models without writing code
Stars: ✭ 2,956 (+332.8%)
Mutual labels:  machine-learning-algorithms, machine-learning-library
Hyperparameter Optimization Of Machine Learning Algorithms
Implementation of hyperparameter optimization/tuning methods for machine learning & deep learning models (easy&clear)
Stars: ✭ 516 (-24.45%)
Mutual labels:  machine-learning-algorithms, svm
Handwritten-Digits-Classification-Using-KNN-Multiclass Perceptron-SVM
🏆 A Comparative Study on Handwritten Digits Recognition using Classifiers like K-Nearest Neighbours (K-NN), Multiclass Perceptron/Artificial Neural Network (ANN) and Support Vector Machine (SVM) discussing the pros and cons of each algorithm and providing the comparison results in terms of accuracy and efficiecy of each algorithm.
Stars: ✭ 42 (-93.85%)
Mutual labels:  svm, machine-learning-algorithms
Mlkit
A simple machine learning framework written in Swift 🤖
Stars: ✭ 144 (-78.92%)
Mutual labels:  machine-learning-algorithms, machine-learning-library
Pretty Print Confusion Matrix
Confusion Matrix in Python: plot a pretty confusion matrix (like Matlab) in python using seaborn and matplotlib
Stars: ✭ 244 (-64.28%)
Mutual labels:  machine-learning-algorithms, machine-learning-library
Modal
A modular active learning framework for Python
Stars: ✭ 1,148 (+68.08%)
Mutual labels:  machine-learning-algorithms, machine-learning-library
GDLibrary
Matlab library for gradient descent algorithms: Version 1.0.1
Stars: ✭ 50 (-92.68%)
Mutual labels:  svm, machine-learning-algorithms
greycat
GreyCat - Data Analytics, Temporal data, What-if, Live machine learning
Stars: ✭ 104 (-84.77%)
Mutual labels:  machine-learning-algorithms, machine-learning-library
Machine Learning Concepts
Machine Learning Concepts with Concepts
Stars: ✭ 134 (-80.38%)
Mutual labels:  machine-learning-algorithms, machine-learning-library
spark-transformers
Spark-Transformers: Library for exporting Apache Spark MLLIB models to use them in any Java application with no other dependencies.
Stars: ✭ 39 (-94.29%)
Mutual labels:  machine-learning-algorithms, machine-learning-library
Ml Lib
An extensive machine learning library, made from scratch (Python).
Stars: ✭ 102 (-85.07%)
Mutual labels:  machine-learning-algorithms, machine-learning-library
Machinejs
[UNMAINTAINED] Automated machine learning- just give it a data file! Check out the production-ready version of this project at ClimbsRocks/auto_ml
Stars: ✭ 412 (-39.68%)
Mutual labels:  machine-learning-algorithms, machine-learning-library
Paramonte
ParaMonte: Plain Powerful Parallel Monte Carlo and MCMC Library for Python, MATLAB, Fortran, C++, C.
Stars: ✭ 88 (-87.12%)
Mutual labels:  machine-learning-algorithms, machine-learning-library
Suod
(MLSys' 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection)
Stars: ✭ 245 (-64.13%)
Mutual labels:  machine-learning-algorithms, machine-learning-library
100 Days Of Ml Code
100 Days of ML Coding
Stars: ✭ 33,641 (+4825.48%)
Mutual labels:  machine-learning-algorithms, svm
Php Ml
PHP-ML - Machine Learning library for PHP
Stars: ✭ 7,900 (+1056.66%)
Mutual labels:  machine-learning-algorithms, machine-learning-library
pycobra
python library implementing ensemble methods for regression, classification and visualisation tools including Voronoi tesselations.
Stars: ✭ 111 (-83.75%)
Mutual labels:  machine-learning-algorithms, machine-learning-library
mljar-examples
Examples how MLJAR can be used
Stars: ✭ 42 (-93.85%)
Mutual labels:  machine-learning-algorithms, machine-learning-library

Java Statistical Analysis Tool

JSAT is a library for quickly getting started with Machine Learning problems. It is developed in my free time, and made available for use under the GPL 3. Part of the library is for self education, as such - all code is self contained. JSAT has no external dependencies, and is pure Java. I also aim to make the library suitably fast for small to medium size problems. As such, much of the code supports parallel execution.

The current master branch of JSAT is going through a larger refactoring as JSAT moves to Java 8. This may cause some examples to break if used against the head version, but they should be fixible with minimal changes.

Get JSAT

Ther current release of JSAT is version 0.0.9, and supports Java 6. The current master branch is now Java 8+.

You can download JSAT from maven central, add the below to your pom file

<dependencies>
  <dependency>
    <groupId>com.edwardraff</groupId>
    <artifactId>JSAT</artifactId>
    <version>0.0.9</version>
  </dependency>
</dependencies>

If you want to use the bleeding edge, but don't want to bother building yourself, I recommend you look at jitpack.io. It can build a POM repo for you for any specific commit version. Click on "Commits" in the link and then click "get it" for the commit version you want.

If you want to read the javadoc's online, you can find them hosted on my website here.

Why use JSAT?

For research and specialized needs, JSAT has one of the largest collections of algorithms available in any framework. See an incomplete list here.

Additional, there are unfortunately not as many ML tools for Java as there are for other languages. Compared to Weka, JSAT is usually faster.

If you want to use JSAT and the GPL is not something that will work for you, let me know and we can discuss the issue.

See the wiki for more information as well as some examples on how to use JSAT.

Note

Updates to JSAT may be slowed as I begin a PhD program in Computer Science. The project isn’t abandoned! I just have limited free time, and will be balancing my PhD work with a full time job. If you discover more hours in the day, please let me know! Development will be further slowed due to some health issues. I'll continue to try and be prompt on any bug reports and emails, but new features will be a bit slower. Please use the github issues first for contact.

Citations

If you use JSAT and find it helpful, citations are appreciated! Please cite the JSAT paper published at JMLR. If you're feeling a little lazy, the bibtex is below:

@article{JMLR:v18:16-131,
author = {Raff, Edward},
journal = {Journal of Machine Learning Research},
number = {23},
pages = {1--5},
title = {JSAT: Java Statistical Analysis Tool, a Library for Machine Learning},
url = {http://jmlr.org/papers/v18/16-131.html},
volume = {18},
year = {2017}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].