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 + 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 +