We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc0368 commit d0a861eCopy full SHA for d0a861e
mnist/README.md
@@ -2,7 +2,7 @@
2
3
This example shows you how to train MNIST (using the layers API).
4
5
-You can check out the tutorial that accompanies this example [here](https://js.tensorflow.org/tutorials/mnist.html).
+You can check out the tutorial that accompanies this example [here](https://www.tensorflow.org/js/tutorials/training/handwritten_digit_cnn).
6
7
This model will compute accuracy over 1000 random test set examples every 5
8
steps, plotting loss and accuracy as the model is training. Training time can
0 commit comments