Skip to content

Commit

Permalink
updated README (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
J493339298 authored Jan 5, 2021
1 parent 36e654a commit 8b87450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Introduction

MACHINE LEARNING Algorithm library, running on KUNPENG chipset, is an accelerated library that provides a rich set of higher-level tools for machine learning algorithms. It is based on the original APIs from Apache [Spark 2.3.2](https://github.com/apache/spark/tree/v2.3.2) and [breeze 0.13.1](https://github.com/scalanlp/breeze/tree/releases/v0.13.1). The accelerated library for performance optimization greatly improves the computational performance of big data algorithm scenarios.

The current version provides three common learning algorithms: Support Vector Machine (SVM) Algorithm, Random Forest Classifier (RFC) algorithm, and Gradient Boosting Decision Tree (GBDT) algorithm.
The current version provides nine common learning algorithms: Support Vector Machine (SVM) Algorithm, Random Forest Classifier (RFC) algorithm, Gradient Boosting Decision Tree (GBDT) algorithm, Decision Tree (DT) algorithm, K-means Clustering algorithm, Linear Regression algorithm, Logistic Regression algorithm, Principal Component Analysis (PCA) algorithm, and Singular Value Decomposition (SVD) algorithm.
You can find the latest documentation, including a programming guide, on the project web page. This README file only contains basic setup instructions.


Expand All @@ -22,9 +22,9 @@ Building And Package
mvn clean package


(2) get "sophon-ml-core_2.11-1.0.0.jar" under the "Spark-ml-algo-lib/ml-core/target"
(2) get "sophon-ml-core_2.11-1.1.0.jar" under the "Spark-ml-algo-lib/ml-core/target"

get "sophon-ml-acc_2.11-1.0.0.jar" under the "Spark-ml-algo-lib/ml-accelerator/target"
get "sophon-ml-acc_2.11-1.1.0.jar" under the "Spark-ml-algo-lib/ml-accelerator/target"



Expand Down

0 comments on commit 8b87450

Please sign in to comment.