Skip to content

Commit 3eadd49

Browse files
authored
DOC: Update the MNIST data link (#249)
1 parent 54bef6f commit 3eadd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorial-deep-learning-on-mnist.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This tutorial can be run locally in an isolated environment, such as [Virtualenv
6262

6363
## 1. Load the MNIST dataset
6464

65-
In this section, you will download the zipped MNIST dataset files originally stored in [Yann LeCun's website](http://yann.lecun.com/exdb/mnist/). Then, you will transform them into 4 files of NumPy array type using built-in Python modules. Finally, you will split the arrays into training and test sets.
65+
In this section, you will download the zipped MNIST dataset files originally developed by Yann LeCun's research team. (More details of the MNIST dataset are available on [Kaggle](https://www.kaggle.com/datasets/hojjatk/mnist-dataset).) Then, you will transform them into 4 files of NumPy array type using built-in Python modules. Finally, you will split the arrays into training and test sets.
6666

6767
**1.** Define a variable to store the training/test image/label names of the MNIST dataset in a list:
6868

0 commit comments

Comments
 (0)