From 39951d053090d933a5f6520710993fa9361b9b73 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Fri, 5 Dec 2025 17:19:09 -0700 Subject: Added module 5 lectures in markdown --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fcba973..23f85f7 100644 --- a/README.md +++ b/README.md @@ -84,5 +84,14 @@ See the tutorials under the /tutorials/ directory or use the links below. - [Data Visualization and Presentation](tutorials/module_4/4.7_Data_Visualization_and_Presentation.md) #### Module 5: Introduction to AI for Engineering Problems -- [[supervised_vs_unsupervised_learning]] -- [[neural_networks]] \ No newline at end of file +- [Introduction to AI](tutorials/module_4/introduction_to_ai.md) +- [Neural Network Core Concepts](tutorials/module_4/neural_networks_core_concepts.md) +- [How Neural Networks Learn](tutorials/module_4/how_neural_networks_learn.md) +- [Supervised learning Techniques](tutorials/module_4/supervised_learning_techniques.md) +- [Data for Engineering](tutorials/module_4/data_for_engineering.md) +- [Unsupervised learning: Clustering & Dimensionality Reduction](tutorials/module_4/unsupervised_learning_clustering_and_dimensionality_reduction.md) +- [Convolutional Neural Network for Engineering Images](tutorials/module_4/convolutional_neural_networks_for_engineering_images.md) +- [Failure and Fatigue Prediction](tutorials/module_4/failure_and_fatigue_prediction.md) + +## Resources +- [Projects/Assignments/Problems](practical_problems.md) \ No newline at end of file -- cgit v1.2.3