Computer vision involves tasks such as image classification, object detection, instance segmentation, and action classification. The Image Processing lab showed how edges (features) can be detected using kernels (filters). With enough good data, deep learning can provide a way to discover more features and filters. In this assignment, you will investigate how much data is needed to accurately classify hand-written digits and how well models can segment images from the Human Protein Atlas.
Submit two Jupyter Notebooks with your code, output, and answers. Start by making a copy of the analysis.ipynb and add your work at the bottom of the notebook. Format your answers in Markdown blocks and include enough code and output to show your work.
PyTorch
BioImage