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:
Diffstat (limited to 'docs/00-five-simple-examples.md')
-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)