commit 06aa8fe1e5cfc82ff40db5c69da6a5de4267743a
parent a6673f4dd76710a9f767badca48a017088e2f8ea
Author: AndrewLockVI <andrewlaack1@gmail.com>
Date: Mon, 3 Feb 2025 21:35:45 -0600
Fixed some things up
Diffstat:
4 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/docs/ComputerScience.md b/docs/ComputerScience.md
@@ -4,9 +4,9 @@ This is the index for my Computer Science related notes.
## Course Notes
-- [CS202](CS202.md)
-- [CS331](CS331.md)
-- [Math310](Math310.md)
+- [CS 202](CS202.md)
+- [CS 331](CS331.md)
+- [Math 310](Math310.md)
## Personal Interest
diff --git a/docs/MachineLearning.md b/docs/MachineLearning.md
@@ -62,7 +62,7 @@ Links to ML Notes
## Concepts
-- [AISafety](AISafety.md)
+- [AI Safety](AISafety.md)
- [Regression Problem](RegressionProblem.md)
- [Transfer Learning](TransferLearning.md)
- [Visualization Algorithm](VisualizationAlgorithm.md)
diff --git a/docs/Math.md b/docs/Math.md
@@ -4,14 +4,13 @@ This is the index for my math notes.
## Course Notes
-- [Math310](Math310.md)
+- [Math 310](Math310.md)
- [Discrete Math](DiscreteMath.md)
## Other Focuses
- [Computer Architecture](ComputerArchitecture.md)
- [Machine Learning](MachineLearning.md)
-- [AISafety](AISafety.md)
- [Statistics And Probability](StatisticsAndProbability.md)
- [Linux Stuff](LinuxStuff.md)
- [Linear Algebra](LinearAlgebra.md)
diff --git a/docs/MathConceptsCS331.md b/docs/MathConceptsCS331.md
@@ -4,5 +4,5 @@ Math Relating to CS331.
## Notes
-[[DotProduct.md]]
-[[Determinant.md]]
+[Dot Product](DotProduct.md)
+[Determinant](Determinant.md)