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

Update exercise4.ipynb #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

sachin-101
Copy link

@sachin-101 sachin-101 commented Apr 19, 2019

Please refer to this link of Coursera discussion forum. In Q5 it is written that if we are doing element wise multiplication with g'(z), while calculating delta_{2} , we must remove the first column of the Theta_2.
The bug was that, it was asked to remove the first element of delta_2, which should be done only if we are doing element wise multiplication with a_2*(1- a_2), but here we are doing with g'(z).

Please refer to this link of Coursera discussion forum. [https://www.coursera.org/learn/machine-learning/discussions/weeks/5/threads/ag_zHUGDEeaXnBKVQldqyw]. In Q5 it is written that if we are doing element wise multiplication with g'(z), while calculating delta_2 , we must remove the first column of the Theta_2. 
The bug was that, it was asked to remove the first element of delta_2, which should be done only if we are doing element wise multiplication with a_2*(1- a_2), but here we are doing with g'(z).
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

Successfully merging this pull request may close these issues.

1 participant