Numpy - is using dot product for linear regression faster than Theta' * X?

后端 未结 0 1263
醉梦人生
醉梦人生 2020-12-29 05:26

I\'m trying to implement linear regression with python and numpy. I was wonder if it was faster/better to use calculate the dot product of theta and x (for h(x), or to use

相关标签:
回答
  • 消灭零回复
提交回复
热议问题