diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-08-25 15:22:36 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-08-25 15:22:36 -0600 |
| commit | 14d4c259c26fc7ae50d64a2ab60b4e84ba45ea77 (patch) | |
| tree | 0edeca219d3ebdc714c77ac01b6de71497760e0d | |
| parent | 8c2a961a3a82c5b7f54137d8e8867e0c20e3fbae (diff) | |
Added links and files for module 4 & 5
| -rw-r--r-- | README.md | 10 | ||||
| -rw-r--r-- | tutorials/module_3/material_research.md (renamed from material_research.md) | 0 | ||||
| -rw-r--r-- | tutorials/module_4/data_processing.md | 1 | ||||
| -rw-r--r-- | tutorials/module_4/data_visualization.md | 1 | ||||
| -rw-r--r-- | tutorials/module_4/importing_scientific_data.md | 1 | ||||
| -rw-r--r-- | tutorials/module_4/plotting.md | 1 | ||||
| -rw-r--r-- | tutorials/module_5/neural_networks.md | 2 | ||||
| -rw-r--r-- | tutorials/module_5/supervised_vs_unsupervised_learning.md | 2 |
8 files changed, 13 insertions, 5 deletions
@@ -61,13 +61,13 @@ See the tutorials under the /tutorials/ directory. - Numerical Integration - Ordinary Differential Equations #### Data Analysis of Processing -- Importing scientific data -- Data Processing +- [[importing_scientific_data]] +- [[data_processing]] - [Linear Regression](tutorials/linear_regression.md) - [Plotting](plotting.md) -- Data Visualization +- [[data_visualization]] #### Introduction to AI for Engineering Problems -- Supervised vs unsupervised learning -- Neural Networks +- [[supervised_vs_unsupervised_learning]] +- [[neural_networks]] Comprehensive book (.pdf) -> [Tutorials Book](book/computingME.pdf) diff --git a/material_research.md b/tutorials/module_3/material_research.md index 97f9409..97f9409 100644 --- a/material_research.md +++ b/tutorials/module_3/material_research.md diff --git a/tutorials/module_4/data_processing.md b/tutorials/module_4/data_processing.md new file mode 100644 index 0000000..0f2795e --- /dev/null +++ b/tutorials/module_4/data_processing.md @@ -0,0 +1 @@ +# Data Processing diff --git a/tutorials/module_4/data_visualization.md b/tutorials/module_4/data_visualization.md new file mode 100644 index 0000000..43b0170 --- /dev/null +++ b/tutorials/module_4/data_visualization.md @@ -0,0 +1 @@ +# Data Visualization diff --git a/tutorials/module_4/importing_scientific_data.md b/tutorials/module_4/importing_scientific_data.md new file mode 100644 index 0000000..5f3e48a --- /dev/null +++ b/tutorials/module_4/importing_scientific_data.md @@ -0,0 +1 @@ +# Importing Scientific Data
\ No newline at end of file diff --git a/tutorials/module_4/plotting.md b/tutorials/module_4/plotting.md index b309e2f..42f82cc 100644 --- a/tutorials/module_4/plotting.md +++ b/tutorials/module_4/plotting.md @@ -1,3 +1,4 @@ # Plotting ## matlibplot + diff --git a/tutorials/module_5/neural_networks.md b/tutorials/module_5/neural_networks.md new file mode 100644 index 0000000..f3a7b56 --- /dev/null +++ b/tutorials/module_5/neural_networks.md @@ -0,0 +1,2 @@ +# Neural Networks + diff --git a/tutorials/module_5/supervised_vs_unsupervised_learning.md b/tutorials/module_5/supervised_vs_unsupervised_learning.md new file mode 100644 index 0000000..2f283f0 --- /dev/null +++ b/tutorials/module_5/supervised_vs_unsupervised_learning.md @@ -0,0 +1,2 @@ +# Supervised vs unsupervised learning + |
