tensflow中的矩阵运算

在使用神经网络时,如果自定义损失函数就需要用tensflow中的矩阵运算来编写,用numpy是不可以的,因为tensflow的基本对象就是tensor,而numpy的处理对象是array不是tensor。Tensflow中的数学运算和张量运算有很多,可以参考:
http://blog.17baishi.com/15046/
https://www.zhiu.cn/55233.html
https://blog.csdn.net/xueying_key/article/details/108620891
https://blog.csdn.net/m0_46177963/article/details/109405462

你可能感兴趣的:(python,矩阵,numpy,python)