diff --git a/recipes_source/recipes/defining_a_neural_network.py b/recipes_source/recipes/defining_a_neural_network.py index 07d91edcd8c..da58a1c5752 100644 --- a/recipes_source/recipes/defining_a_neural_network.py +++ b/recipes_source/recipes/defining_a_neural_network.py @@ -17,7 +17,7 @@ In this recipe, we will use ``torch.nn`` to define a neural network intended for the `MNIST -dataset `__. +dataset `__. Setup -----