Hi ,
please someone help me to write code for the problem, i am confused to what to write,how to approcach even at early steps of the assignment.Any reference ,or document to understand tensorflow approach.
Asking others to help you with entire solutions is not just against the honour code of this community, but that of Courser’s as well. Please refrain from such requests.
The assignments are always full of instructions and hints, which if you follow, you’d have no trouble implementing the code. Please make an effort first yourself and then share your errors so that the community and the mentors can then help you out.
Everything you need is provided here. Please check the links and follow the code cell instructions.
Putting the input_shape as an element in the “Sequential” list is also a mistake. Please see this thread for a much more detailed introduction to the Sequential and Functional APIs.
Good point! Yes, I think you need to “reset” here. Take a few deep calming breaths or go for a walk or get something to eat. Then come back and just read the notebook again from the beginning and make sure to read everything carefully and observe the examples that they give you.
And reading that other thread I linked in my previous reply before you start the actual coding would be a great idea.