Skip to content

Commit 83c4cb7

Browse files
authored
Update Part 1 - Tensors in PyTorch (Exercises).ipynb
Fix a typo in the Update Part 1 - Tensors in PyTorch (Exercises).ipynb file
1 parent e41a2fd commit 83c4cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro-to-pytorch/Part 1 - Tensors in PyTorch (Exercises).ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
"source": [
252252
"If you did this correctly, you should see the output `tensor([[ 0.3171]])`.\n",
253253
"\n",
254-
"The number of hidden units a parameter of the network, often called a **hyperparameter** to differentiate it from the weights and biases parameters. As you'll see later when we discuss training a neural network, the more hidden units a network has, and the more layers, the better able it is to learn from data and make accurate predictions."
254+
"The number of hidden units is a parameter of the network, often called a **hyperparameter** to differentiate it from the weights and biases parameters. As you'll see later when we discuss training a neural network, the more hidden units a network has, and the more layers, the better able it is to learn from data and make accurate predictions."
255255
]
256256
},
257257
{

0 commit comments

Comments
 (0)