DISCUSSION 7 Human Contexts in Engineering and Feature Engineering

Recording
Type
Discussion
简单的代码debug
梯度下降计算,梯度计算,推导
关于onehot:
notion imagenotion image
  • onehot矩阵是正交的
  • X.T@X 是对角矩阵,对角线的元素表示的是,每种类别的个数
    • notion imagenotion image
  • X.T@Y表示的是每种类别下 y的和
    • notion imagenotion image