We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df09dc8 commit 78e91c5Copy full SHA for 78e91c5
recipes_source/recipes/defining_a_neural_network.py
@@ -59,7 +59,7 @@
59
#
60
# Our network will recognize images. We will use a process built into
61
# PyTorch called convolution. Convolution adds each element of an image to
62
-# its local neighbors, weighted by a kernel, or a small martrix, that
+# its local neighbors, weighted by a kernel, or a small matrix, that
63
# helps us extract certain features (like edge detection, sharpness,
64
# blurriness, etc.) from the input image.
65
0 commit comments