An open API service indexing awesome lists of open source software.

https://github.com/mariolpantunes/ml

A standard machine learning library written in Java. It contains several pieces of code/methods/functions that are related with ML and useful for my research. More functions and algorithms are being developed (mostly when I need them).
https://github.com/mariolpantunes/ml

clustering java machine-learning text-mining

Last synced: 11 months ago
JSON representation

A standard machine learning library written in Java. It contains several pieces of code/methods/functions that are related with ML and useful for my research. More functions and algorithms are being developed (mostly when I need them).

Awesome Lists containing this project

README

          

# Machine Learning (ML) library

A standard ml library written in Java.
It contains several pieces of code/methods/functions that are related to ML and useful
for my research. More functions and algorithms are being developed (mostly when I need them).
Nevertheless, if someone uses the code and requires a specific method or optimization, just ask.

## Prerequisites

Most of my code requires a library named [utils](https://github.com/mariolpantunes/utils).
This library is no exception.
Currently, it requires Java 8.

## Installation

The whole project was done in Maven, as such to install this library just run:
```
mvn install
```

## Authors

* **Mário Antunes** - [mariolpantunes](https://github.com/mariolpantunes)

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details