Feature Engineering and Polynomial Regression
特征工程和多项式回归 Feature Engineering and Polynomial Regression 内容 探索特征工程
Multiple LinearRegression
多变量线性回归 Multiple Variable Linear Regression 扩展我们的回归模型以支持多特征 扩展数据结构以支持多特征 重写预
Train the model with gradient descent
Gradient Descent for Linear Regression 线性回归的梯度下降法 使用梯度下降法自动优化 w 和 b 的过程。 import math, copy
im