We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在pdf第七章,172页中backpropagation()中,只更新了weights,没有更新bias,再查看第七章源码,的确没有更新。 此外,有一个问题,反向传播时,根据反向传播4个基本公式中, ,激活函数的导数的自变量应该是z(z = x*w +b),但是在代码中我看到,自变量变成了a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在pdf第七章,172页中backpropagation()中,只更新了weights,没有更新bias,再查看第七章源码,的确没有更新。
此外,有一个问题,反向传播时,根据反向传播4个基本公式中,
,激活函数的导数的自变量应该是z(z = x*w +b),但是在代码中我看到,自变量变成了a
The text was updated successfully, but these errors were encountered: