diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-12-05 17:19:09 -0700 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-12-05 17:19:09 -0700 |
| commit | 39951d053090d933a5f6520710993fa9361b9b73 (patch) | |
| tree | 8054d36ca163881abd53534bcb669bcd97ee9fe8 /README.md | |
| parent | db4ccdbf5305dae374882e5416db88be91ec132b (diff) | |
Added module 5 lectures in markdown
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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 |
