commit 61466139b20898c6abd75c38a599727eb420645f
parent 2eded775c0c5eaa2c54555aa8c58e0d7209b430e
Author: Andrew <andrewlaack1@gmail.com>
Date: Fri, 23 Aug 2024 08:41:41 -0500
Took notes'
Diffstat:
4 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/Algorithms.md b/Algorithms.md
@@ -42,3 +42,6 @@ L5 (non-comparative sorting):
- [[AsymptoticNotation.md]]
- [[Trichotomy.md]]
- [[MonotonicFunction.md]]
+
+5.2
+ - [[Relation.md]] - TODO
diff --git a/LinearAlgebra.md b/LinearAlgebra.md
@@ -77,3 +77,4 @@ Khan Unit 3:
- [[OrthogonalComplement.md]]
- [[Projection.md]]
- [[ChangeOfBasis.md]]
+ - [[Orthonormal.md]]
diff --git a/MachineLearning.md b/MachineLearning.md
@@ -36,6 +36,10 @@ Ch 2:
- [[Inference.md]]
- [[Prediction.md]]
+Elements of Statistical Learning:
+
+NOT STARTED
+
ML Categories:
[[SupervisedLearning.md]]
diff --git a/Orthonormal.md b/Orthonormal.md
@@ -0,0 +1,10 @@
+:lin-alg:
+# Orthonormal bases
+
+U3
+
+## Notes
+
+**Definition:** An orthonormal set is a set of linearly independent vectors that have been normalized (length = 1).
+
+The ortho part means that all vectors are orthogonal to each other.