why does np.dot produce an attribute error which I just copied from a book?

前端 未结 0 484
醉酒成梦
醉酒成梦 2020-12-30 23:52

I copied code from the book: neural network from scratch and somehow this produces an error.

import numpy as np

inputs = [1.0, 2.0, 3.0, 2.5]
weights = [0.2,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题