I need a solution for Programming Assignment: Deep Neural Network - Application -2025. I have tried a lot but I am not able to do it. Someone please help me.
You have to solve it on your own. This is what this course aims for.
As Saif says, we can’t just hand you the solution and there are no “official solutions” in any case. But there are ways we can help. Please tell us which part you are stuck on and show us the error or test failure that you are getting.
One common mistake on this assignment is “hand importing” your lower level functions from the previous Step by Step exercise. That will give you incorrect answers. They give you those functions as “imports” in this assignment.
Another mistake people make is using the “deep” version of the initialization function for the “2 layer” case, thinking that they are equivalent. It turns out they are not equivalent with the functions that they give us here.
thanks i will try it again
Great! If the suggestions that I gave above don’t shed any further light, then please show us the error or test failure that you are getting.