摘要: 本文使根据CS231n的讲义整理而成(http://cs231n.github.io/python-numpy-tutorial/),以下内容基于Python3。 1. 基本数据类型:可以用 print(type(x)) 查看类型 1)整数、浮点数: 幂:x**y等价于pow(x, y); 不支持 阅读全文
posted @ 2017-11-01 08:49 ZonghaoChen 阅读(393) 评论(0) 推荐(0) 编辑