We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d5a6a commit 25f1156Copy full SHA for 25f1156
beginner_source/nn_tutorial.py
@@ -31,7 +31,7 @@
31
# MNIST data setup
32
# ----------------
33
#
34
-# We will use the classic `MNIST <http://deeplearning.net/data/mnist/>`_ dataset,
+# We will use the classic `MNIST <https://yann.lecun.com/exdb/mnist/index.html>`_ dataset,
35
# which consists of black-and-white images of hand-drawn digits (between 0 and 9).
36
37
# We will use `pathlib <https://docs.python.org/3/library/pathlib.html>`_
0 commit comments