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).
- Host: GitHub
- URL: https://github.com/mariolpantunes/ml
- Owner: mariolpantunes
- License: mit
- Created: 2014-03-10T11:03:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-11-26T19:53:23.000Z (over 5 years ago)
- Last Synced: 2025-05-31T08:56:46.442Z (about 1 year ago)
- Topics: clustering, java, machine-learning, text-mining
- Language: Java
- Homepage:
- Size: 869 KB
- Stars: 6
- Watchers: 11
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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