CSci 356 - Homework #3

Due: March 26, 2025

Purpose: Working with the MNIST dataset containing hand-written digits, the goal is to create a model, train it on the dataset, and see how well it learns.

Reading: Chollet, Chapter 1 and Chapter 2, Section 2.1

Setup. The document Initial Setup describes how to setup Anaconda and then how to set up a virtual environment for TensorFlow/Keras (and other things).

Assignment. Work through the example code in Section 2.1, executing each code listing in the text (starting with Listing 2.1 and working through Listing 2.7) in its own code block in a Jupyter Notebook. Be sure to give your notebook page an appropriate title, with your name somewhere near the top. Be careful about the following:

Deliverables

When complete, select File -> Download As from the menu and choose to download as HTML. Save the HTML version of your notebook in your ~/html/CS356 directory and send me a link.