... *weight,int bias) { return (data[0]*weight[0]+data[1]*weight[1]+bias); } //这里采用线性函数作为激活函数int step(int sum) { return sum; } ...
確定! 回上一頁