Project- Predicting Noisy Images using KNN Classifier

Project- Predicting Noisy Images using KNN Classifier

0% completed
1 Concept | 9 Assessments | 172 Learners

In this project, we will learn how to predict images from their noisy version. We will use the MNIST dataset for this project. First, we will load the dataset, explore it, and they we will learn how to introduce noise to an image. Next we will train a KNN Classifier to predict the original image from it's noisy version.

Skills you will develop:

  1. scikit-learn
  2. Python
  3. KNN Classification
  4. Machine Learning
  5. Pandas