This question evaluates a candidate's competency in debugging neural network training pipelines, specifically assessing understanding of data preprocessing and distribution mismatch, normalization consistency, model output-range behavior, and optimization mechanics.
Goal: Make a Colab notebook that trains a denoising neural network on MNIST such that:
You should identify and fix issues in three areas and describe how you validate each fix:
For each of the three sections, describe:
Login required