summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-03-31 17:26:14 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-03-31 17:27:21 -0600
commit9cea323dee47040c9935119dbc84694c911ac9ac (patch)
treef5658fd15038ef2162d882067bd2b0b99f110b00 /README.md
parent2abe25f95ff9ac0500f01bf385e991c9a6dae019 (diff)
Added tutorial: Linear regression. And added Notebook: Basics of python
with link in TOC.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index dbdf675..7373b8b 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ See the tutorials under the /tutorials/ directory.
- [AI assisted programming](tutorials/module_2/2_ai_assisted_programming)
- Verification and Validation
- Roots and Optimization
-- Linear Regression
+
#### Applications of Computational Mathematics in ME
- Systems of Equations and LU Decomposition
@@ -61,9 +61,11 @@ See the tutorials under the /tutorials/ directory.
- Numerical Integration
- Ordinary Differential Equations
#### Data Analysis of Processing
-- [Plotting](tutorials/4_plotting.md)
+
- Importing scientific data
+- [Linear Regression](tutorials/linear_regression.md)
- Data Processing
+- [Plotting](tutorials/4_plotting.md)
- Data Visualization
#### Introduction to AI for Engineering Problems
- Supervised vs unsupervised learning