nndl / nndl.github.io

《神经网络与深度学习》 邱锡鹏著 Neural Network and Deep Learning

Home Page:https://nndl.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

算法伪代码错误 算法3.1 Page63

TIMEXue opened this issue · comments

  • [1] 算法伪代码错误:P63 算法3.1中,t <- t + 1 不应该在for n = 1...N的循环体中

I think "t" here refers to the t-th weights update instead of the t-th epoch; therefore, it is not an error.

I think "t" here refers to the t-th weights update instead of the t-th epoch; therefore, it is not an error.
so, what's "k"?

I am convinced. I didn't notice there is a 'k.' 😅