Why weight in tensorflow works in format of “Output = dot(Input, Weight) + Bias”, while it should be “Output = dot(Weight, Input) + Bias”?

后端 未结 0 1838
别跟我提以往
别跟我提以往 2020-12-04 12:34

I\'m using tensorflow 1.15.0.

One thing I don\'t understand about "weight" in tensorflow is: It seems only work in this format,

Output =

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