KeepStraight:在 Python 中从头开始实现线性回归

时间:2024-06-21 14:39:13
【文件属性】:

文件名称:KeepStraight:在 Python 中从头开始实现线性回归

文件大小:1KB

文件格式:ZIP

更新时间:2024-06-21 14:39:13

Python

Linear_Regression_From_Scratch 在 Python 中从头开始实现线性回归。 该实现使用梯度下降来执行回归。 它确实需要多个变量。 但是,它使用基于循环的实现而不是矢量化,因此计算效率不高。


【文件预览】:
KeepStraight-master
----linear.py(1KB)
----README.md(302B)

网友评论