From 9cea323dee47040c9935119dbc84694c911ac9ac Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Mon, 31 Mar 2025 17:26:14 -0600 Subject: Added tutorial: Linear regression. And added Notebook: Basics of python with link in TOC. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3