grader-required-cell
GRADED FUNCTION: reshape_and_normalize
def reshape_and_normalize(images):
### START CODE HERE
# Reshape the images to add a more dimension
images = none
# Normalize pixel values
images = none0
### END CODE HERE
return images
You didn’t write anything yet. You have to write your code.
In image = none
, you have to remove the none
and write the correct code.
Best,
Saif.
TMosh
3
Which course are you attending?
You posted this in the Machine Learning Specialization discussion, but I don’t think that course uses convolution.
Yes I know sir I am trying to find this code
TMosh
5
Which course are you attending?