会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
帅帅的飞猪
All things are difficult before they are easy
博客园
首页
新随笔
联系
订阅
管理
2019年8月22日
numpy中np.linalg.norm()求向量、矩阵的范数
摘要: np.linalg.norm() # linalg = linear(线性) + algebra(代数), norm表示范数 x_norm = np.linalg.norm(x, ord=None, axis=None, keepdims=False) ①x: 表示矩阵(也可以是一维) ②ord:范
阅读全文
posted @ 2019-08-22 17:37 帅帅的飞猪
阅读(10465)
评论(0)
推荐(1)
公告