Enrollments closing soon for Post Graduate Certificate Program in AI & Machine Learning By E&ICT IIT Roorkee | 3 Seats Left
Apply NowLogin 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])
Taking you to the next topic in seconds...
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...