We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e07b800 + 41e344f commit d3423d1Copy full SHA for d3423d1
projects/math/numerical-linalg/notebooks/svd.clj
@@ -87,7 +87,7 @@ first-image
87
;; turn them to gray-scale.
88
89
;; See [Luma](https://en.wikipedia.org/wiki/Luma_(video)
90
-;; for discussion of the gray-scale forumla:
+;; for discussion of the gray-scale formula:
91
;; 0.299 ∙ Red + 0.587 ∙ Green + 0.114 ∙ Blue
92
93
(defn image->small-tensor [image]
@@ -244,7 +244,7 @@ first-image
244
;; We see these are the people.
245
246
247
-;; ## Visualizing the decomposition wit the first image:
+;; ## Visualizing the decomposition with the first image:
248
249
;; Let us summarize the decomposition:
250
0 commit comments