8000 Merge pull request #44 from Lanayx/patch-1 · dotnet/TorchSharpExamples@7a876cd · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a876cd

Browse files
Merge pull request #44 from Lanayx/patch-1
Update tutorial4.ipynb - fix typo
2 parents 400f96c + de4eca3 commit 7a876cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorials/CSharp/tutorial4.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
"cell_type": "markdown",
219219
"metadata": {},
220220
"source": [
221-
"There's a class corresponding to 'Binomial' for categorical distributions. Here, the category is denoted by the index into the tensor. For sample sizes of at least one dimension, the innermost dimension (the last index) representes the category. In other words, each row is a sample, each column is a category. The value in each cell is how many times (out of the total count specified) that the category was selected."
221+
"There's a class corresponding to 'Multinomial' for categorical distributions. Here, the category is denoted by the index into the tensor. For sample sizes of at least one dimension, the innermost dimension (the last index) representes the category. In other words, each row is a sample, each column is a category. The value in each cell is how many times (out of the total count specified) that the category was selected."
222222
]
223223
},
224224
{

tutorials/FSharp/tutorial4.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"cell_type": "markdown",
217217
"metadata": {},
218218
"source": [
219-
"There's a class corresponding to 'Binomial' for categorical distributions. Here, the category is denoted by the index into the tensor. For sample sizes of at least one dimension, the innermost dimension (the last index) representes the category. In other words, each row is a sample, each column is a category. The value in each cell is how many times (out of the total count specified) that the category was selected."
219+
"There's a class corresponding to 'Multinomial' for categorical distributions. Here, the category is denoted by the index into the tensor. For sample sizes of at least one dimension, the innermost dimension (the last index) representes the cat 47EC egory. In other words, each row is a sample, each column is a category. The value in each cell is how many times (out of the total count specified) that the category was selected."
220220
]
221221
},
222222
{

0 commit comments

Comments
 (0)
0