问答详情
源自:3-2 实现感知器对象(下)

numpy库的问题

搞不懂为什么self.w_ = np.zero(1 + x.shape[1])没有报错。。。module 'numpy' has no attribute 'zero'

而且为什么X有shape属性。。。

提问者:chen狗蛋儿 2017-04-05 12:09

个回答

  • 成风
    2017-04-08 09:17:05

    np.zeros才对,x是数组所以有shape属性