From 2fd09ca72f54adfd126a9404853bda602c3239a1 Mon Sep 17 00:00:00 2001 From: Sebastian Kimberk Date: Tue, 16 Sep 2025 15:33:11 -0700 Subject: [PATCH 1/2] Update link to Numba parallel docs The URL Numba docs are hosted at have changed, the current URL results in a 404 error. Updated URL to the new docs. --- module3/module3/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module3/module3/index.html b/module3/module3/index.html index 278f5534..28b172d6 100644 --- a/module3/module3/index.html +++ b/module3/module3/index.html @@ -1380,7 +1380,7 @@

Task 3.1: Parallelization

This task requires basic familiarity with Numba prange.

Be sure to very carefully read the section on parallelism, -Numba.

+Numba.

The main backend for our codebase are the three functions map, zip, and reduce. If we can speed up these three, everything we @@ -1935,4 +1935,4 @@

- \ No newline at end of file + From 71597e40c069df75a5669f27084e9a0e894bd178 Mon Sep 17 00:00:00 2001 From: Sebastian Kimberk Date: Wed, 24 Sep 2025 11:38:17 -0700 Subject: [PATCH 2/2] Fix tiny typo maker -> make --- module4/module4/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module4/module4/index.html b/module4/module4/index.html index c531d711..8e8f7f27 100644 --- a/module4/module4/index.html +++ b/module4/module4/index.html @@ -1366,7 +1366,7 @@

Networks

recognition system. We will do this by build the infrastructure for a version of LeNet on MNIST: a classic convolutional neural network (CNN) for digit recognition, and for a 1D conv for NLP sentiment classification.

-

You need the files from previous assignments, so maker sure to pull +

You need the files from previous assignments, so make sure to pull them over to your new repo. We recommend you to get familiar with tensor.py, since you might find some of those functions useful for implementing this Module.

@@ -1632,4 +1632,4 @@

Task 4.5: Training an Image Classi - \ No newline at end of file +