线性回归算法,close-form, batch 梯度下降,mini-batch 梯度下降,随机梯度下降,RMSE
-
Updated
Jan 26, 2021 - Python
线性回归算法,close-form, batch 梯度下降,mini-batch 梯度下降,随机梯度下降,RMSE
This linear Regression is specificly for polynomial regression with one feature. It contains Batch gradient descent, Stochastic gradient descent, Close Form and Locally weighted linear regression.
Add a description, image, and links to the close-form topic page so that developers can more easily learn about it.
To associate your repository with the close-form topic, visit your repo's landing page and select "manage topics."