- np.dot与np.multiply
前者是线代中的运算,后者是对应位置的元素相乘 - A trick when you want to flatten a matrix X of shape (a,b,c,d) to a matrix X_flatten of shape (b ∗ c ∗ d, a) is to use:
X_flatten = X.reshape(X.shape[0], -1).T # X.T is the transpose of X
关于numpy的使用
- 本文作者: 宋宇航
- 本文链接: https://songdlut.github.io/post/guan-yu-numpy-de-shi-yong/
- 版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
0%
召唤看板娘
x
感谢您的支持,我会继续努力的!
扫码打赏,你说多少就多少
打开微信扫一扫,即可进行扫码打赏哦