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:
authorSergiu-Antonin Ghita <sergiu.ghita@gmail.com>2016-08-26 00:25:39 +0300
committerGitHub <noreply@github.com>2016-08-26 00:25:39 +0300
commit38d5200462b9399cc063b1f4afd8208bf9136961 (patch)
treeecb96da1072d013900ecee32ecddab8ef3efa615
parent56235da6277107ab74aec55481ead6fa63840521 (diff)
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)