Skip to content
New issue

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

b = np.zero((2,1)) correct to b = np.zeros((2,1)) #11

Closed
VivianAngela opened this issue Jun 13, 2018 · 1 comment
Closed

b = np.zero((2,1)) correct to b = np.zeros((2,1)) #11

VivianAngela opened this issue Jun 13, 2018 · 1 comment

Comments

@VivianAngela
Copy link

VivianAngela commented Jun 13, 2018

课程笔记:浅层神经网络:随机初始化:
b = np.zero((2,1)) correct to b = np.zeros((2,1))
thanks a lot for your notes. very helpful.

@bighuang624
Copy link
Owner

已修改。十分感谢。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants