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

misunderstanding of How to multiply delta with activation in back propagation NN #120

Open
zizuo2050 opened this issue Dec 4, 2022 · 0 comments

Comments

@zizuo2050
Copy link

Ψ―
I have a question in back propagation NN when compute for delta like
1 - 𝛿_3=(π‘Ž_3 - y)
2 - 𝛿_2=(Θ(2))𝑇𝛿_3βˆ—π‘”β€²(𝑧(2))
3 - Ξ”(𝑙)=Ξ”(𝑙)+𝛿(𝑙+1)(π‘Ž(𝑙))(𝑇) my question is how to compute for delta triangle which delta_2 = 25 element and a_1 = 400 element

@zizuo2050 zizuo2050 reopened this Dec 4, 2022
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