0% found this document useful (0 votes)
30 views

CS 59000 Application of Deep Learning

This 3 sentence summary provides the key details about the document: The document announces a homework assignment for a deep learning course to classify handwritten digits using the MNIST dataset by completing a Jupyter notebook lab on digit classification and achieving specified scores on sections for a total of 100 points, with the assignment due on November 15th and requiring students to upload their completed notebook to a GitHub repository.

Uploaded by

ihaowh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

CS 59000 Application of Deep Learning

This 3 sentence summary provides the key details about the document: The document announces a homework assignment for a deep learning course to classify handwritten digits using the MNIST dataset by completing a Jupyter notebook lab on digit classification and achieving specified scores on sections for a total of 100 points, with the assignment due on November 15th and requiring students to upload their completed notebook to a GitHub repository.

Uploaded by

ihaowh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

CS 59000 Application of Deep Learning

Homework 5: MNIST Digit Classification in Computer Vision

Due on November 15, 2023, 11:59pm


The goal of this homework assignment is to help you get familiar with applying deep learning to
computer vision to classify MNIST digits. Specifically, please work on the following lab:

https://github.com/aamini/introtodeeplearning/blob/master/lab2/Part1_MNIST.ipynb

That is, “Part 1: MNIST Digit Classification” in the “Lab 2: Computer Vision”, which is provided
by “MIT 6.S191: Introduction to Deep Learning”. Please open the file and run it in Google Colab.
Please keep “TODO” in the comments and do not remove them.

Please create “hw5” folder in the root of your private repository


“CS59000_App_Deep_Learning_Assignments” at GitHub and then upload your Jupyter
notebook file with the outputs to be under “hw5” folder at GitHub.

Grading rubric:

• Section 1.2 – 20pts


• Section 1.3 – 50pts
• Section 1.4 – 30pts
Total: 100pts

Acknowledgement: This homework assignment is from “MIT 6.S191: Introduction to Deep


Learning”.

You might also like