How to reshape the image to add more dimension & normalize the pixel values Improve MNIST with Convolutions

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.

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

Which course are you attending?