Closed Gaston-Udacity closed 6 years ago
Could you give the classroom link to this as well? Thanks!
Please follow the format specified in https://github.com/udacity/mlnd_issues_tracker/blob/master/Readme.md and raise an new request to assist on this issue.
Student: "I think the lab code for deep leaning lesson1 assumes the cost_function is 0.5*(y-output)*2.0 instead of having cross entropy shape (w/ logs as in the lecture). So the error_term_formula become (y-output) output * (1 - output) instead of (y-output)"