Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.95 KB

README-en.md

File metadata and controls

53 lines (35 loc) · 1.95 KB

English | 中文

top-algorithm-set

Maven Central License

Top-algorithm-set is a tool-set of data mining algorithm.If you are a java developer,you don't have to learn Python and other complex frameworks. You can use this tool-set in your java project.In this tool-set we provide BP-NeuralNetwork algorithm ,KNN and a matrix class now.You can use BP-NeuralNetwork(BPNN) to create BPNN models and make predictions.We will release other common algorithms.If you have any questions or suggestions,please tell me.

Top-algorithm-set Goals

  • Provide a flexible, portable and simple way of data mining.
  • Provide matrix support.

Download

Maven

<dependency>
  <groupId>com.github.ineedahouse</groupId>
  <artifactId>top-algorithm-set</artifactId>
  <version>1.1.3</version>
</dependency>

Document And Guide

Update Log

Update Log

License

Top-algorithm-set is released under the Apache 2.0 license.