Project- Predicting Noisy Images using KNN Classifier

8 / 10

Predicting Noisy Images - View the Noisy Data

Now let's view the noisy images.

INSTRUCTIONS

Use the showImage() function we created earlier to view the noisy images and it's corresponding image without the noise:

<< your code goes here >>(X_test_mod[4000])

showImage(y_test_mod[4000])
See Answer

No hints are availble for this assesment


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...