| Package | Description |
|---|---|
| ml.shifu.guagua.example.lnr |
Linear regression example by using batch gradient descent.
|
| Class and Description |
|---|
| LinearRegressionParams
A model class to store linear regression weight on first iteration by using
LinearRegressionParams.parameters, while in other
iterations LinearRegressionParams.parameters is used to store gradients. |
Copyright © 2019. All Rights Reserved.