Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch.github.io.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2016-08-26 01:25:40 +0300
committerGitHub <noreply@github.com>2016-08-26 01:25:40 +0300
commitdb8f8334d4c50de58b65664f706323b47420bbb7 (patch)
treeecb96da1072d013900ecee32ecddab8ef3efa615
parent56235da6277107ab74aec55481ead6fa63840521 (diff)
parent38d5200462b9399cc063b1f4afd8208bf9136961 (diff)
Merge pull request #59 from Sergiu-Ghita/patch-1
fix typo: "mimimum" -> "minimum"
-rw-r--r--docs/00-five-simple-examples.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/00-five-simple-examples.md b/docs/00-five-simple-examples.md
index 82c0e59..81c9aaa 100644
--- a/docs/00-five-simple-examples.md
+++ b/docs/00-five-simple-examples.md
@@ -59,7 +59,7 @@ Printing the function value (here on a random point) can be easily done with:
print(J(torch.rand(N)))
```
-## 2. Find the exact mimimum
+## 2. Find the exact minimum
We can inverse the matrix (which might not be numerically optimal)