将方程转换为矩阵
将方程转换为矩阵,我只想到矩阵的加法:
0.25[210414161534852t]+[40404040] 0.25* \left[ \begin{matrix} 2104\\ 1416\\ 1534\\ 852t \end{matrix} \right] + \left[ \begin{matrix} -40\\ -40\\ -40\\ -40 \end{matrix} \right]
但是这种形式不如吴老师给的形式纯粹:

[1210411416115341852t][400.25] \left[ \begin{matrix} 1 & 2104\\ 1 & 1416\\ 1 & 1534\\ 1 & 852t \end{matrix} \right] * \left[ \begin{matrix} -40\\ 0.25 \end{matrix} \right]

形式的统一方便程序实现。数据可以作为一个矩阵,参数作为另一个矩阵,这样自然将两类数据分类了。

将方程转换为矩阵

代价函数的介绍:
https://www.zhihu.com/question/310757247

相关文章:

  • 2021-12-23
  • 2022-12-23
  • 2021-12-23
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-03
  • 2022-12-23
  • 2021-12-23
  • 2022-02-12
  • 2022-12-23
相关资源
相似解决方案