Demonya opened this issue 7 years ago · 0 comments
你好,楼主,又来请教问题,在随机梯度下降的代码中有代码没太懂,我认为应该是批量梯度下降才应该加和,但是为什么随机梯度下降要加和呢? h = sigmoid(sum(dataMatrix*weights)) 求指点,谢谢!!