Login using Social Account
     Continue with GoogleLogin using your credentials
Finally, we will use our model to predict noisy images.
Predict any noisy image using the model we created:
clean_digit = << your code goes here >>.predict([X_test_mod[5000]])
Now show the corresponding image:
showImage(clean_digit)
Now let's see the original image:
showImage(y_test_mod[5000])
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...