Skip to content

index_En

yixiang zhao edited this page Mar 11, 2021 · 4 revisions

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

License

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

Clone this wiki locally