diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-03-31 17:26:14 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-03-31 17:27:21 -0600 |
| commit | 9cea323dee47040c9935119dbc84694c911ac9ac (patch) | |
| tree | f5658fd15038ef2162d882067bd2b0b99f110b00 /README.md | |
| parent | 2abe25f95ff9ac0500f01bf385e991c9a6dae019 (diff) | |
Added tutorial: Linear regression. And added Notebook: Basics of python
with link in TOC.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
