Skip to content

Commit 23d7a5a

Browse files
Fixed uci.edu dataset link (#2591)
1 parent 1ca368d commit 23d7a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_optimization/minibatch-sgd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ As we can see, the computation on the minibatch is essentially as efficient as o
261261

262262
## Reading the Dataset
263263

264-
Let's have a look at how minibatches are efficiently generated from data. In the following we use a dataset developed by NASA to test the wing [noise from different aircraft](https://archive.ics.uci.edu/ml/datasets/Airfoil+Self-Noise) to compare these optimization algorithms. For convenience we only use the first $1,500$ examples. The data is whitened for preprocessing, i.e., we remove the mean and rescale the variance to $1$ per coordinate.
264+
Let's have a look at how minibatches are efficiently generated from data. In the following we use a dataset developed by NASA to test the wing [noise from different aircraft](https://archive.ics.uci.edu/dataset/291/airfoil+self+noise) to compare these optimization algorithms. For convenience we only use the first $1,500$ examples. The data is whitened for preprocessing, i.e., we remove the mean and rescale the variance to $1$ per coordinate.
265265

266266
```{.python .input}
267267
#@tab mxnet

0 commit comments

Comments
 (0)