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

lesson07 mistake #40

Open
psteinb opened this issue Oct 15, 2021 · 0 comments
Open

lesson07 mistake #40

psteinb opened this issue Oct 15, 2021 · 0 comments

Comments

@psteinb
Copy link
Collaborator

psteinb commented Oct 15, 2021

from the mentors feedback:

  • I think there is an error in lesson6_0 :
    • it says a_0' = W^00_1x_0 + W^01_1x_1 ... + b_0 + b_1 ...
    • I think it should just be a_0' = W^00_1x_0 + W^01_1x_1 ... + b_0
    • without adding all the other biases
      • indeed, one bias for each activiation!
    • In the corresponding sketch, I think the second weight should also be labeled W_1^{10} rather than W_1^{01} in order to match the the equations (and the notion of the W*x dot product)
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

1 participant