Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3eadd49

Browse files
authored
DOC: Update the MNIST data link (#249)
1 parent54bef6f commit3eadd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 originallystored in[Yann LeCun'swebsite](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 originallydeveloped byYann LeCun'sresearch 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)

[8]ページ先頭

©2009-2025 Movatter.jp