问答详情
源自:3-4 神经网络对数据实现分类(上)

AttributeError报错,求解答

<ipython-input-56-e4ca964e7253> in fit(self, X, y)     
---> 26         self.w_ =np.zero(1 + X.shape[0])     
27         self.errors_ = []     
AttributeError: module 'numpy' has no attribute 'zero'

报错,求解答


提问者:慕标1012184 2017-07-14 21:30

个回答

  • zony
    2017-07-25 08:38:15

    np.zeros()