Project Title
Project Title
Objective: The objective of this assignment is to build a model using CNNs to classify
images from the CIFAR-10 dataset. The CIFAR-10 dataset contains 60,000 32x32
color images in 10 classes, with 6,000 images per class. The classes are: airplane,
automobile, bird, cat, deer, dog, frog, horse, ship, truck.
Tasks:
Deliverables:
1. A Jupyter notebook with your code and comments explaining the code.
2. A report summarizing your findings and discussing your approach to building
the model. The report should include the following sections:
• Introduction
• Data Preprocessing
• Model Architecture
• Model Training and Evaluation
• Prediction on New Images
• Conclusion
Tasks:
Deliverables:
1. A Jupyter notebook with your code and comments explaining the code.
2. A report summarizing your findings and discussing your approach to building
the model. The report should include the following sections:
• Introduction
• Data Preprocessing
• Model Architecture
• Model Training and Evaluation
• Image Denoising Results
• Conclusion
Note: You are allowed to use other denoising techniques in addition to CNNs, such
as wavelet transforms or non-local means filtering, but you must explain your
approach and provide appropriate references.
Assignment Title 3: Image Denoising using Deep Learning
Objective: The objective of this assignment is to build a model using deep learning to
denoise images from the MNIST dataset. The MNIST dataset contains 60,000 training
images and 10,000 test images of handwritten digits with various levels of noise
added to them.
Tasks:
Deliverables:
1. A Jupyter notebook with your code and comments explaining the code.
2. A report summarizing your findings and discussing your approach to building
the model. The report should include the following sections:
• Introduction
• Data Preprocessing
• Model Architecture
• Model Training and Evaluation
• Image Denoising Results
• Conclusion
Note: You are allowed to use other deep learning techniques in addition to CNNs,
such as autoencoders or denoising autoencoders, but you must explain your
approach and provide appropriate references.